aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/base.html
diff options
context:
space:
mode:
authorYuya Kusakabe <yuya.kusakabe@gmail.com>2014-12-26 23:46:16 +0900
committerYuya Kusakabe <yuya.kusakabe@gmail.com>2014-12-26 23:55:15 +0900
commit549530fd62121a39c83ac5e79058f50639353fea (patch)
treec8e4ff696cb4dc81df779e1dd5964b824f462e2d /pelican-bootstrap3/templates/base.html
parentbd9faef09f8176cf72203efd544bd99ef52f1d54 (diff)
downloadpelican-themes-549530fd62121a39c83ac5e79058f50639353fea.zip
pelican-themes-549530fd62121a39c83ac5e79058f50639353fea.tar.gz
pelican-themes-549530fd62121a39c83ac5e79058f50639353fea.tar.bz2
pelican-bootstrap3: Add support for coderwall badges
Diffstat (limited to 'pelican-bootstrap3/templates/base.html')
-rw-r--r--pelican-bootstrap3/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index ae04fb1..5cbd8cc 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -185,6 +185,7 @@
<script src="{{ SITEURL }}/theme/js/respond.min.js"></script>
{% include 'includes/github-js.html' %}
+{% include 'includes/coderwall-js.html' %}
{% include 'includes/disqus_script.html' %}
{% include 'includes/ga.html' %}
{% include 'includes/piwik.html' %}