aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '_templates/more.html')
-rw-r--r--_templates/more.html7
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 %}
Powered by cgit v1.2.3 (git 2.41.0)