aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-03-28 17:08:58 +0800
committerclarkzjw <[email protected]>2018-03-28 17:08:58 +0800
commitd9791f7d3b9e7932ab12f91dc29a5cc976160ad7 (patch)
tree60d59b309aaf26d803823b9cd56739b8570aab85
parent19abbeb6a6a25e780d8ccacf67d4b1cf9d86541a (diff)
downloadblog.jinwei.me-d9791f7d3b9e7932ab12f91dc29a5cc976160ad7.tar.gz
+ add defer
-rw-r--r--_templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_templates/layout.html b/_templates/layout.html
index 1c04485..7ab9a1b 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -54,7 +54,7 @@
54 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg> 54 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="78" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="78" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h57v20H0z"/><path fill="#e05d44" d="M57 0h21v20H57z"/><path fill="url(#b)" d="M0 0h78v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="295" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="470">Made w/</text><text x="295" y="140" transform="scale(.1)" textLength="470">Made w/</text><text x="665" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="110">❤</text><text x="665" y="140" transform="scale(.1)" textLength="110">❤</text></g> </svg>
55 </div> 55 </div>
56 </div> 56 </div>
57 <script async src="https://just-comments.com/w.js"></script> 57 <script async defer src="https://just-comments.com/w.js"></script>
58 <script async defer src="https://buttons.github.io/buttons.js"></script> 58 <script async defer src="https://buttons.github.io/buttons.js"></script>
59 <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> 59 <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
60 </div> 60 </div>
Powered by cgit v1.2.3 (git 2.41.0)