UPDATED guide.
UPDATED README. UPDATED to v0.2.1.
This commit is contained in:
@@ -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 © 2018 Eric Woodward, No Rights Reserved.<br />
|
||||
</a> Site 🄯 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>
|
||||
|
Reference in New Issue
Block a user