# HG changeset patch # User Goffi # Date 1647964523 -3600 # Node ID ddcdc0475940ff23119d89987915b42aec1cafdc # Parent cbf42e38adc1212bed1f275afac3107df1529ce7 (bulma) blog/item: `published` timestamp now links to the item diff -r cbf42e38adc1 -r ddcdc0475940 sat_templates/templates/bulma/blog/item.html --- a/sat_templates/templates/bulma/blog/item.html Tue Nov 30 23:27:45 2021 +0100 +++ b/sat_templates/templates/bulma/blog/item.html Tue Mar 22 16:55:23 2022 +0100 @@ -43,7 +43,11 @@ {% else %} {{item.author}} {% endif %} - {{published}} + {% if item_http_uri %} + {{published}} + {% else %} + {{published}} + {% endif %} {% if item.tags %} {% if tags_http_uri is defined %}