aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/coderwall.html
diff options
context:
space:
mode:
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 %}