aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/coderwall.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/includes/coderwall.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/includes/coderwall.html')
-rw-r--r--pelican-bootstrap3/templates/includes/coderwall.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/coderwall.html b/pelican-bootstrap3/templates/includes/coderwall.html
new file mode 100644
index 0000000..2917577
--- /dev/null
+++ b/pelican-bootstrap3/templates/includes/coderwall.html
@@ -0,0 +1,7 @@
+{% if CODERWALL_USER %}
+ <li class="list-group-item">
+ <h4><i class="fa fa-github-alt fa-lg"></i><span class="icon-label">Coderwall Badges</span></h4>
+ <div id="coderwall_badges"></div>
+ <a href="http://coderwall.com/{{ CODERWALL_USER }}">@{{ CODERWALL_USER }}</a> on coderwall
+ </li>
+{% endif %}