diff --git a/entries/templates/entries/h-entry.html b/entries/templates/entries/h-entry.html index c46b121..bf3b2b0 100644 --- a/entries/templates/entries/h-entry.html +++ b/entries/templates/entries/h-entry.html @@ -1,4 +1,4 @@ -{% load humanize markdown %}
+{% load friendly_url humanize markdown shortlink %}
{% if entry.photo %}{% endif %}
{% if entry.name %}

{{ entry.name }}

{% endif %} @@ -9,12 +9,16 @@ {{ entry.author.first_name }} {{ entry.author.last_name }} - + + {% shortlink entry as short %} + + {{ short | friendly_url }} + {% if entry.updated != entry.published %}