diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 05:43:12 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-23 05:43:12 -0300 |
commit | db1123d9dd79317fb71d6a6abdbaf6efb00e5c7d (patch) | |
tree | c4f7125676cdb041d2ecd4720a555a58e315a125 /src/content/dependencies | |
parent | 42800ec87aa1f1bacd8d3c6a9f64ac935636723f (diff) |
Revert "content, css: try a hanging style for commentary dates"
This reverts commit 69ae36f6eca95144931ec71af38d97405cfd594f.
Diffstat (limited to 'src/content/dependencies')
-rw-r--r-- | src/content/dependencies/generateCommentaryEntry.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/content/dependencies/generateCommentaryEntry.js b/src/content/dependencies/generateCommentaryEntry.js index 4cb618e3..c93020f3 100644 --- a/src/content/dependencies/generateCommentaryEntry.js +++ b/src/content/dependencies/generateCommentaryEntry.js @@ -98,6 +98,8 @@ export default { return language.$(workingCapsule, workingOptions); })), + + relations.date, ])), html.tag('blockquote', {class: 'commentary-entry-body'}, @@ -105,10 +107,6 @@ export default { relations.colorStyle.clone() .slot('color', slots.color), - [ - relations.date, - - relations.bodyContent.slot('mode', 'multiline'), - ]), + relations.bodyContent.slot('mode', 'multiline')), ])), }; |