mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 21:07:05 -06: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">
|
<footer id="content-footer">
|
||||||
<% if (!isEmpty) { %>
|
<% if (!isEmpty && !isStatic) { %>
|
||||||
<div class="updated">
|
<div class="updated">
|
||||||
<% const lastUpdated = new Date(note.utcDateModified); %>
|
<% const lastUpdated = new Date(note.utcDateModified); %>
|
||||||
<%- t("share_theme.last-updated", { date: `<time datetime="${lastUpdated.toISOString()}">${lastUpdated.toLocaleDateString()}</time>`}) %>
|
<%- t("share_theme.last-updated", { date: `<time datetime="${lastUpdated.toISOString()}">${lastUpdated.toLocaleDateString()}</time>`}) %>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user