<% if (page.date_pub && !isNaN(new Date(page.date_pub).getTime())) { -%> Page first published: <%= shortDate(new Date(page.date_pub).toISOString()) %>
<% } -%> <% if (page.date_upd && !isNaN(new Date(page.date_upd).getTime())) { -%> Page last updated: <%= shortDate(new Date(page.date_upd).toISOString()) %>
<% } -%>

Creative Commons NC-BY-SA 4.0 License Except where otherwise noted, content on this site is © 2014-2026 <%=site.author.name%>, and is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Back to Top