chore(export/share): hide last updated

This commit is contained in:
Elian Doran 2025-10-28 17:59:12 +02:00
parent be98a27439
commit 955b202b8a
No known key found for this signature in database

View File

@ -167,7 +167,7 @@ content = content.replaceAll(headingRe, (...match) => {
<% } %>
<footer id="content-footer">
<% if (!isEmpty) { %>
<% if (!isEmpty && !isStatic) { %>
<div class="updated">
<% const lastUpdated = new Date(note.utcDateModified); %>
<%- t("share_theme.last-updated", { date: `<time datetime="${lastUpdated.toISOString()}">${lastUpdated.toLocaleDateString()}</time>`}) %>