forked from 00dani/lemoncurry
Put the published and updated dates next to each other again
This commit is contained in:
parent
1a6ec02664
commit
2413a8aa96
1 changed files with 4 additions and 4 deletions
|
@ -29,15 +29,15 @@
|
||||||
{{ entry.published | naturaltime }}
|
{{ entry.published | naturaltime }}
|
||||||
</time>
|
</time>
|
||||||
</a>
|
</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 %}
|
{% if entry.updated != entry.published %}
|
||||||
<time class="dt-updated" datetime="{{ entry.updated.isoformat }}">
|
<time class="dt-updated" datetime="{{ entry.updated.isoformat }}">
|
||||||
<i class="fa fa-pencil"></i>
|
<i class="fa fa-pencil"></i>
|
||||||
{{ entry.updated | naturaltime }}
|
{{ entry.updated | naturaltime }}
|
||||||
</time>
|
</time>
|
||||||
|
{% shortlink entry as short %}<a class="u-url" href="{{ short }}">
|
||||||
|
<i class="fa fa-link"></i>
|
||||||
|
{{ short | friendly_url }}
|
||||||
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue