mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-10 06:20:53 +00:00
Time metadata for updated pages and posts are now displayed where and when it is appropriate
This commit is contained in:
@ -9,7 +9,7 @@ single: true
|
||||
<footer>
|
||||
<p class="meta">
|
||||
{% include post/author.html %}
|
||||
{% include post/date.html %}
|
||||
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
|
||||
{% include post/categories.html %}
|
||||
</p>
|
||||
{% unless page.sharing == false %}
|
||||
|
||||
Reference in New Issue
Block a user