From 424a5abcd9bb24b45a5adb7323cbf557723c8cf9 Mon Sep 17 00:00:00 2001
From: Jeff MacKinnon
Date: Mon, 7 Nov 2022 10:09:44 -0400
Subject: [PATCH] testing gallery
---
templates/article.html | 11 ++++++-----
templates/base.html | 27 ---------------------------
2 files changed, 6 insertions(+), 32 deletions(-)
diff --git a/templates/article.html b/templates/article.html
index 72c5755..e1a787d 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -81,6 +81,11 @@
{% endfor %}
{% endif %}
+ Published:
+ {% if article.modified %}
+ Updated:
+ {% endif %}
+
{% if SOCIAL_SHARE is sameas true %}
Share this article on:
@@ -121,10 +126,6 @@
{% endif %}