Hide footer tags link if no tags exist

Hide meta description if DESCRIPTION is undefined

Minor improvements
This commit is contained in:
Raymond Wanyoike 2016-11-16 15:17:40 +03:00
commit bfb5895c63
6 changed files with 14 additions and 7 deletions

View file

@ -118,11 +118,13 @@
{% 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">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> using <a href="https://github.com/nairobilug/pelican-alchemy">&#x2728; alchemy</a>
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>
</div>