mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-02-01 09:31:38 +00:00
Fix typos in templates, regenerate css
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</div>
|
||||
<footer>
|
||||
<ul class="no-bullet">
|
||||
<li>Published by <<a href="{{ SITEURL }}/{{ article.author.url }}" >{{ article.author }}</a> on: <abbr class="published" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr></li>
|
||||
<li>Published by <a href="{{ SITEURL }}/{{ article.author.url }}" >{{ article.author }}</a> on: <abbr class="published" title="{{ article.date.isoformat() }}">{{ article.locale_date }}</abbr></li>
|
||||
{% if article.modified %}
|
||||
<li>Last Modified on: <abbr title="{{ article.modified }}">{{ article.modified }}</abbr></li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user