aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2018-01-09 22:24:19 +0800
committerclarkzjw <[email protected]>2018-01-09 22:24:19 +0800
commitb2e8640cc05a179048eaaa39205bd4fc43146745 (patch)
tree391011f7d2906748d2851177639304e0ad1ba5ef /_templates
parent6913bf874753adb03c80b25479f242053c717459 (diff)
downloadblog.jinwei.me-b2e8640cc05a179048eaaa39205bd4fc43146745.tar.gz
+ fix
Diffstat (limited to '_templates')
-rw-r--r--_templates/more.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/_templates/more.html b/_templates/more.html
index e6bb217..e34a075 100644
--- a/_templates/more.html
+++ b/_templates/more.html
@@ -3,9 +3,12 @@
3 3
4{% block more_content %} 4{% block more_content %}
5<!-- Place this tag where you want the button to render. --> 5<!-- Place this tag where you want the button to render. -->
6<a class="github-button" href="https://github.com/clarkzjw" data-show-count="true" 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>
7<!-- Place this tag in your head or just before your close body tag. --> 8<!-- Place this tag in your head or just before your close body tag. -->
8<script async defer src="https://buttons.github.io/buttons.js"></script> 9<script async defer src="https://buttons.github.io/buttons.js"></script>
9 10
10<a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by clarkzjw</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> 11<a class="twitter-timeline" data-width="220" data-height="800" href="https://twitter.com/_clarkzjw">Tweets by
12 clarkzjw</a>
13<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
11{% endblock %} 14{% endblock %}
Powered by cgit v1.2.3 (git 2.41.0)