Put the published and updated dates next to each other again

This commit is contained in:
Danielle McLean 2017-11-20 10:59:58 +11:00
parent 1a6ec02664
commit 2413a8aa96
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 4 additions and 4 deletions

View File

@ -29,15 +29,15 @@
{{ entry.published | naturaltime }}
</time>
</a>
{% shortlink entry as short %}<a class="u-url" href="{{ short }}">
<i class="fa fa-link"></i>
{{ short | friendly_url }}
</a>
{% if entry.updated != entry.published %}
<time class="dt-updated" datetime="{{ entry.updated.isoformat }}">
<i class="fa fa-pencil"></i>
{{ entry.updated | naturaltime }}
</time>
{% shortlink entry as short %}<a class="u-url" href="{{ short }}">
<i class="fa fa-link"></i>
{{ short | friendly_url }}
</a>
{% endif %}
</div>