aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/base.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2015-02-11 08:27:57 -0800
committerJustin Mayer <entroP@gmail.com>2015-02-11 08:27:57 -0800
commit6d75bfd22189216e76b36ab620cc03e7b33abc60 (patch)
treebcc3dd68c9b8e032e3814f3d8eb44961f590e488 /pelican-bootstrap3/templates/base.html
parent8f89902a272ae424d70b101b9c9d7d4a300e6649 (diff)
parent549530fd62121a39c83ac5e79058f50639353fea (diff)
downloadpelican-themes-6d75bfd22189216e76b36ab620cc03e7b33abc60.tar.gz
Merge pull request #276 from higebu/feature/coderwall
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' %}