diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-18 16:41:32 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-02 08:23:22 -0400 |
commit | ae08fc94a062554c479c4ba6c4367d31dd157a4f (patch) | |
tree | 4401ac9cbec47caebe4336f61b285362e7d38c30 /src/content/dependencies/generateCommentaryEntry.js | |
parent | 90d484d4ca6525b7184e28f452349e1a3b6e759f (diff) |
content, css: use :has() to conditionally clear commentary heading
Diffstat (limited to 'src/content/dependencies/generateCommentaryEntry.js')
-rw-r--r-- | src/content/dependencies/generateCommentaryEntry.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/content/dependencies/generateCommentaryEntry.js b/src/content/dependencies/generateCommentaryEntry.js index 9243a89c..c93020f3 100644 --- a/src/content/dependencies/generateCommentaryEntry.js +++ b/src/content/dependencies/generateCommentaryEntry.js @@ -51,6 +51,9 @@ export default { relations.colorStyle.clone() .slot('color', slots.color), + !html.isBlank(relations.date) && + {class: 'dated'}, + language.encapsulate(entryCapsule, 'title', titleCapsule => [ html.tag('span', {class: 'commentary-entry-heading-text'}, language.encapsulate(titleCapsule, workingCapsule => { |