Files
pelican-themes/bootstrap/templates/metadata.html
2011-12-05 23:43:04 +01:00

5 lines
451 B
HTML

Permalink: <a class="more" href="{{ SITEURL }}/{{ article.url }}">{{ article.date }}</a>
{% if article.author %}by <a class="url fn" href="{{ SITEURL }}/author/{{ article.author }}.html">{{ article.author }}</a>{% endif %}
in <a href="{{ SITEURL }}/category/{{ article.category }}.html">{{ article.category }}</a>
{% if article.tags %}tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a> {% endfor %}{% endif %}