diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/coderwall.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/coderwall.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pelican-bootstrap3/templates/includes/coderwall.html b/pelican-bootstrap3/templates/includes/coderwall.html deleted file mode 100644 index 2917577..0000000 --- a/pelican-bootstrap3/templates/includes/coderwall.html +++ /dev/null @@ -1,7 +0,0 @@ -{% 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 %}
|