diff options
Diffstat (limited to '_templates')
-rw-r--r-- | _templates/layout.html | 8 | ||||
-rw-r--r-- | _templates/more.html | 7 |
2 files changed, 1 insertions, 14 deletions
diff --git a/_templates/layout.html b/_templates/layout.html index 42ea9f6..9989f50 100644 --- a/_templates/layout.html +++ b/_templates/layout.html | |||
@@ -41,11 +41,6 @@ | |||
41 | {% block body %} | 41 | {% block body %} |
42 | {% endblock %} | 42 | {% endblock %} |
43 | <div> | 43 | <div> |
44 | <div | ||
45 | class="just-comments" | ||
46 | data-allowguests="true" | ||
47 | data-apikey="4bb18080-e236-4513-bd72-3a032f35d3bb"> | ||
48 | </div> | ||
49 | <br> | 44 | <br> |
50 | <div style="text-align: center; margin: 25px auto 15px;"> | 45 | <div style="text-align: center; margin: 25px auto 15px;"> |
51 | <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">Powered by </text><text x="375" y="140" transform="scale(.1)" textLength="630">Powered by </text><text x="1045" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">Cloudflare</text><text x="1045" y="140" transform="scale(.1)" textLength="550">Cloudflare</text></g> </svg> | 46 | <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">Powered by </text><text x="375" y="140" transform="scale(.1)" textLength="630">Powered by </text><text x="1045" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="550">Cloudflare</text><text x="1045" y="140" transform="scale(.1)" textLength="550">Cloudflare</text></g> </svg> |
@@ -54,9 +49,6 @@ | |||
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> | 49 | <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> | 50 | </div> |
56 | </div> | 51 | </div> |
57 | <script async defer src="https://just-comments.com/w.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> | ||
60 | </div> | 52 | </div> |
61 | {%- if render_sidebar %} | 53 | {%- if render_sidebar %} |
62 | </div> | 54 | </div> |
diff --git a/_templates/more.html b/_templates/more.html index b450419..e9e022f 100644 --- a/_templates/more.html +++ b/_templates/more.html | |||
@@ -1,10 +1,5 @@ | |||
1 | {% extends '!more.html' %} | 1 | {% extends '!more.html' %} |
2 | {% block projects_header %}<h3>Projects</h3>{% endblock %} | ||
3 | 2 | ||
4 | {% block more_content %} | 3 | {% block more_content %} |
5 | <a class="github-button" href="https://github.com/clarkzjw" | 4 | |
6 | data-show-count="true" aria-label="Follow @clarkzjw on GitHub">Follow @clarkzjw</a> | ||
7 | <br> | ||
8 | <a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by | ||
9 | clarkzjw</a> | ||
10 | {% endblock %} | 5 | {% endblock %} |