diff options
author | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2014-12-26 23:46:16 +0900 |
---|---|---|
committer | Yuya Kusakabe <yuya.kusakabe@gmail.com> | 2014-12-26 23:55:15 +0900 |
commit | 549530fd62121a39c83ac5e79058f50639353fea (patch) | |
tree | c8e4ff696cb4dc81df779e1dd5964b824f462e2d /pelican-bootstrap3/templates/base.html | |
parent | bd9faef09f8176cf72203efd544bd99ef52f1d54 (diff) | |
download | pelican-themes-549530fd62121a39c83ac5e79058f50639353fea.tar.gz |
pelican-bootstrap3: Add support for coderwall badges
Diffstat (limited to 'pelican-bootstrap3/templates/base.html')
-rw-r--r-- | pelican-bootstrap3/templates/base.html | 1 |
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' %} |