From 7900d8410b56a54a7f0c861e945cbac0fac5280e Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 27 Jul 2025 07:52:33 +0000 Subject: [PATCH] feat: show published/updated date on pages --- themes/chameleon/layout/_partial/post/date.ejs | 5 +++-- themes/chameleon/source/css/_source.css | 4 ---- themes/chameleon/source/css/chameleon.css | 4 ---- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/themes/chameleon/layout/_partial/post/date.ejs b/themes/chameleon/layout/_partial/post/date.ejs index fa58cc8..644f728 100644 --- a/themes/chameleon/layout/_partial/post/date.ejs +++ b/themes/chameleon/layout/_partial/post/date.ejs @@ -1,6 +1,7 @@ <%/* Date format is specified to skip timezone conversion */%> diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index 0ee9607..f76ffca 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -509,10 +509,6 @@ span.index-list-count:after { width: 100%; } -.article-type-page .article-footer { - display: none; -} - table caption, table td, td { diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index f1375a4..748c571 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -825,10 +825,6 @@ span.index-list-count:after { width: 100%; } -.article-type-page .article-footer { - display: none; -} - table caption, table td, td {