Oops, still generate a shortlink when the published and updated timestamps match

This commit is contained in:
Danielle McLean 2017-12-11 12:33:04 +11:00
parent 5fa4066d7a
commit acb5bc97a9
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -34,11 +34,11 @@
<i class="fas fa-pencil-alt"></i>
{{ entry.updated | naturaltime }}
</time>
{% endif %}
{% shortlink entry as short %}<a class="u-url" href="{{ short }}">
<i class="fas fa-link"></i>
{{ short | friendly_url }}
</a>
{% endif %}
</div>
{% if entry.cats.exists %}