summaryrefslogtreecommitdiffstats
path: root/includes/footer.html
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-30 14:05:01 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-30 14:05:01 (EDT)
commit9b192a9fcacb61930948c73f69e7c20353501aaf (patch)
treecea7cc3b332e43ba1e8b0c6b59b4c5139a2473f0 /includes/footer.html
parentd2e4e0565cc59e4a5d4d041827e5efcbde4adba6 (diff)
downloadwww-9b192a9fcacb61930948c73f69e7c20353501aaf.zip
www-9b192a9fcacb61930948c73f69e7c20353501aaf.tar.gz
www-9b192a9fcacb61930948c73f69e7c20353501aaf.tar.bz2
includes/footer.html: Consolidate dates.
Diffstat (limited to 'includes/footer.html')
-rwxr-xr-xincludes/footer.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/footer.html b/includes/footer.html
index 15df680..1d5df52 100755
--- a/includes/footer.html
+++ b/includes/footer.html
@@ -17,15 +17,14 @@
<p class="standards">
<a href="http://validator.w3.org/check?uri=referer">Valid HTML5</a> - <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS level 2.1</a>
</p>
-<!--#config timefmt="%Y-%m-%d %H:%M:%S" -->
+<!--#config timefmt="%Y-%m-%d %H:%M:%S UTC%z" -->
<p class="web-site">This Web site is
<a href="http://odin1.pehjota.net/git/pehjota.net/">managed with
Git</a>.<br>
<a href="<!--#echo var="DOCUMENT_BASE" -->/server.html">About this server</a>
</p>
<p class="dates">
- Last modified: <!--#echo var="LAST_MODIFIED" --> EDT<br>
- Retrieved: <!--#echo var="DATE_LOCAL" --> EDT
+ Compiled: <!--#echo var="DATE_LOCAL" -->
</p>
</footer>
</body>