mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 12:09:02 +01:00
chore(export/share): hide last updated
This commit is contained in:
parent
be98a27439
commit
955b202b8a
@ -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>`}) %>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user