Visual improvements

This commit is contained in:
Raymond Wanyoike 2016-11-29 14:54:27 +03:00
commit 118bfc6346
4 changed files with 58 additions and 45 deletions

View file

@ -90,7 +90,7 @@
{% if (LINKS or (DISPLAY_PAGES_ON_MENU and PAGES)) and loop.first %}
<li class="text-muted">|</li>
{% endif %}
<li><a class="fa fa-fw fa-lg fa-{{ icon }}" href="{{ link }}" target="_blank"></a></li>
<li><a class="fa fa-lg fa-{{ icon }}" href="{{ link }}" target="_blank"></a></li>
{% endfor %}
</ul>
{% endif %}
@ -108,22 +108,20 @@
</div>
</div>
<footer class="footer">
<footer class="footer text-muted">
<div class="container">
<div class="row">
<div class="col-sm-6">
<nav class="list-inline">
{% if not HIDE_AUTHORS %}
<li><a href="{{ SITEURL }}/authors.html">Authors</a></li>
{% endif %}
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
<li><a href="{{ SITEURL }}/categories.html">Categories</a></li>
{% if tags|length %}
<li><a href="{{ SITEURL }}/tags.html">Tags</a></li>
{% endif %}
</nav>
</div>
<div class="col-sm-6 hidden-xs text-right text-muted">
<ul class="col-sm-6 list-inline">
{% if not HIDE_AUTHORS %}
<li><a href="{{ SITEURL }}/authors.html">Authors</a></li>
{% endif %}
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
<li><a href="{{ SITEURL }}/categories.html">Categories</a></li>
{% if tags|length %}
<li><a href="{{ SITEURL }}/tags.html">Tags</a></li>
{% endif %}
</ul>
<div class="col-sm-6 hidden-xs text-right">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> using <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728; alchemy</a>
</div>
</div>