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 e34a075..0245c85 100644
--- a/_templates/more.html
+++ b/_templates/more.html
@@ -2,13 +2,8 @@
2{% block projects_header %}<h3>Projects</h3>{% endblock %} 2{% block projects_header %}<h3>Projects</h3>{% endblock %}
3 3
4{% block more_content %} 4{% block more_content %}
5<!-- Place this tag where you want the button to render. --> 5<a class="github-button" href="https://github.com/clarkzjw" aria-label="Follow @clarkzjw on GitHub">Follow @clarkzjw</a>
6<a class="github-button" href="https://github.com/clarkzjw" data-show-count="true"
7 aria-label="Follow @clarkzjw on GitHub">Follow @clarkzjw</a>
8<!-- Place this tag in your head or just before your close body tag. -->
9<script async defer src="https://buttons.github.io/buttons.js"></script>
10 6
11<a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by 7<a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by
12 clarkzjw</a> 8 clarkzjw</a>
13<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
14{% endblock %} 9{% endblock %}
Powered by cgit v1.2.3 (git 2.41.0)