diff options
author | clarkzjw <[email protected]> | 2018-01-18 18:03:23 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2018-01-18 18:03:23 +0800 |
commit | 5839985f6bf729b276dfc2f366e21b72b2fa38b8 (patch) | |
tree | 83c8f74078ac2ee5155f0ab8a25860b70e32c81b /_templates/layout.html | |
parent | a8fa5152caad5e9e924926b53977e1204972ad3c (diff) | |
download | blog.jinwei.me-5839985f6bf729b276dfc2f366e21b72b2fa38b8.tar.gz |
+ fix
Diffstat (limited to '_templates/layout.html')
-rw-r--r-- | _templates/layout.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_templates/layout.html b/_templates/layout.html index 8fe3980..ec5e9ad 100644 --- a/_templates/layout.html +++ b/_templates/layout.html | |||
@@ -53,7 +53,7 @@ | |||
53 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="138" 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="138" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h73v20H0z"/><path fill="#e05d44" d="M73 0h65v20H73z"/><path fill="url(#b)" d="M0 0h138v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="375" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="630">Made w/ ❤️</text><text x="375" y="140" transform="scale(.1)" textLength="630">Made w/ ❤️</text><text x="1045" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">Hangzhou</text><text x="1045" y="140" transform="scale(.1)" textLength="550">Hangzhou</text></g> </svg> | 53 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="138" 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="138" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h73v20H0z"/><path fill="#e05d44" d="M73 0h65v20H73z"/><path fill="url(#b)" d="M0 0h138v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"><text x="375" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="630">Made w/ ❤️</text><text x="375" y="140" transform="scale(.1)" textLength="630">Made w/ ❤️</text><text x="1045" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">Hangzhou</text><text x="1045" y="140" transform="scale(.1)" textLength="550">Hangzhou</text></g> </svg> |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | <script async defer src="../../_static/w.js"></script> | 56 | <script async defer src="https://blog.jinwei.me/_static/w.js"></script> |
57 | <script async defer src="https://buttons.github.io/buttons.js"></script> | 57 | <script async defer src="https://buttons.github.io/buttons.js"></script> |
58 | <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> | 58 | <script async defer src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> |
59 | </div> | 59 | </div> |
@@ -70,4 +70,6 @@ | |||
70 | {%- endblock %} | 70 | {%- endblock %} |
71 | 71 | ||
72 | {%- block footer %} | 72 | {%- block footer %} |
73 | <script async defer type="text/javascript" src="../../../_static/han.min.js"></script> | ||
74 | <script type="text/javascript">Han.init()</script> | ||
73 | {%- endblock %} \ No newline at end of file | 75 | {%- endblock %} \ No newline at end of file |