UPDATED guide.

UPDATED README.
UPDATED to v0.2.1.
This commit is contained in:
2018-10-26 17:37:47 -04:00
parent 48f900d1b0
commit 8c2a3283d0
4 changed files with 48 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
class="licenseLink"
href="http://creativecommons.org/publicdomain/zero/1.0/">
<img src="https://licensebuttons.net/p/zero/1.0/80x15.png" class="licenseImg" alt="CC0" />
</a> Site &copy; 2018 Eric Woodward, No Rights Reserved.<br />
</a> Site &#x1f12f; 2018 Eric Woodward, All Rights Reversed.<br />
To the extent possible under law, and except where otherwise indicated,
<a rel="dct:publisher"
href="https://www.wonderdome.net/">
@@ -33,6 +33,18 @@
The source code for building this site is available at
<a href='https://git.itsericwoodward.com/eric/wonderdome-site/'>git.itsericwoodward.com</a>.
</p>
<p class="pageFooter-dates">
<% if (page.date_upd) {
%>
Page last updated: <time datetime="<%= new Date(page.date_upd).toISOString() %>"><%= page.date_upd %></time>
<%
} else if (page.date_pub) {
%>
Page first published: <time datetime="<%= new Date(page.date_pub).toISOString() %>"><%= page.date_pub %></time>
<%
}
%>
</p>
<a href="#" class="footer-topLink topLink">[ Back to Top ]</a>
</div>