Use timezone in metadata (#307)

This commit is contained in:
Simon Lecoq
2021-05-17 19:16:13 +02:00
committed by GitHub
parent aabb21fbd7
commit c694dcc3a1
4 changed files with 8 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<% if (base.metadata) { %>
<footer>
<span>Last updated <%= new Date().toGMTString() %> with lowlighter/metrics@<%= meta.version %></span>
<span>Last updated <%= meta.generated %> with lowlighter/metrics@<%= meta.version %></span>
</footer>
<% } %>

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB