diff options
author | clarkzjw <[email protected]> | 2019-07-03 15:27:38 +0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2019-07-03 15:27:38 +0800 |
commit | 04d3dde117414aecc7990c140b4569432455aa1c (patch) | |
tree | 11f1262207bba40937ab48a5842f2086464dfe61 /_templates/more.html | |
parent | 21ce863041c3d5e29ca28559bcc5deb4f120e201 (diff) | |
download | blog.jinwei.me-04d3dde117414aecc7990c140b4569432455aa1c.tar.gz |
+ update
Diffstat (limited to '_templates/more.html')
-rw-r--r-- | _templates/more.html | 7 |
1 files changed, 1 insertions, 6 deletions
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 %} |