aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-03-06 20:07:25 -0500
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-03-06 20:07:25 -0500
commitdad5290274872377cdefcf395f5d8bfccad32f5f (patch)
tree044d8825ac569a04254d96629633e6d7c6edb35a
parente1226769126b23a2225bfd7aa42f7cff1523d65e (diff)
downloadwww-dad5290274872377cdefcf395f5d8bfccad32f5f.tar.gz
www-dad5290274872377cdefcf395f5d8bfccad32f5f.zip
update date format in default template
-rw-r--r--templates/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.html b/templates/default.html
index 4145c9b..3cd8d27 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -70,7 +70,7 @@ $if(subtitle)$
<p class="subtitle">$subtitle$</p>
$endif$
$if(date)$
-<p class="date">$date$</p>
+<p class="date">$date$ AD</p>
$endif$
</header>