diff options
Diffstat (limited to '_templates/more.html')
-rw-r--r-- | _templates/more.html | 7 |
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 %} |