From 2413a8aa965c147fc88ff59fd725cc245883f938 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 20 Nov 2017 10:59:58 +1100 Subject: [PATCH] Put the published and updated dates next to each other again --- entries/templates/entries/h-entry.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entries/templates/entries/h-entry.html b/entries/templates/entries/h-entry.html index 782bff3..c4c8b40 100644 --- a/entries/templates/entries/h-entry.html +++ b/entries/templates/entries/h-entry.html @@ -29,15 +29,15 @@ {{ entry.published | naturaltime }} - {% shortlink entry as short %} - - {{ short | friendly_url }} - {% if entry.updated != entry.published %} + {% shortlink entry as short %} + + {{ short | friendly_url }} + {% endif %}