<% 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 © 2023-2024 <%=site.author.name%>, and is released under a Creative Commons Attribution-ShareAlike 4.0 International License.

Fonts: Unbounded by NaN and Raleway by Matt McInerney, Pablo Impallari, and Rodrigo Fuenzalida; both used under the SIL Open Font License, Version 1.1.

Background image created with DALL-E released under a CC0 license.

Back to Top