diff options
author | clarkzjw <[email protected]> | 2018-10-26 17:47:46 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-26 17:47:46 +0800 |
commit | 5601c1e4eb82da7582f8743d4cae38d45502a3f9 (patch) | |
tree | d03382f536464c327f22cc1bfe673b841ce45c1a | |
parent | 16c9ee11c4e2478a608763fb5edf8b457490fbbe (diff) | |
download | blog.jinwei.me-5601c1e4eb82da7582f8743d4cae38d45502a3f9.tar.gz |
Test justcomment v2
-rw-r--r-- | _templates/layout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_templates/layout.html b/_templates/layout.html index 7ab9a1b..93cba5b 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 defer src="https://just-comments.com/w.js"></script> | 57 | <script async defer src="https://just-comments.com/v2/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> |
@@ -73,4 +73,4 @@ | |||
73 | {%- block footer %} | 73 | {%- block footer %} |
74 | <script async defer type="text/javascript" src="../../../_static/han.min.js"></script> | 74 | <script async defer type="text/javascript" src="../../../_static/han.min.js"></script> |
75 | <script type="text/javascript">Han.init()</script> | 75 | <script type="text/javascript">Han.init()</script> |
76 | {%- endblock %} \ No newline at end of file | 76 | {%- endblock %} |