diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 14:19:33 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-17 16:35:08 -0400 |
commit | 36dd9637dcdd62ae16dec31c9325b439d11a95e4 (patch) | |
tree | b20fa17242e19a596423717f18a9321ed4291563 /src/strings-default.yaml | |
parent | e6aa957cc3bde791c3e0ee0e05dbf4fad0438481 (diff) |
content, css: generatePageLayout: subtitle slot
Diffstat (limited to 'src/strings-default.yaml')
-rw-r--r-- | src/strings-default.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml index 5f82a1a1..5ccd05cc 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -739,8 +739,17 @@ misc: # displayed in the browser tab bar, bookmarks list, etc. pageTitle: - _: "{TITLE}" - withWikiName: "{TITLE} | {WIKI_NAME}" + _: >- + {TITLE} + + withSubtitle: >- + {TITLE} - {SUBTITLE} + + withWikiName: >- + {TITLE} | {WIKI_NAME} + + withSubtitle.withWikiName: >- + {TITLE} - {SUBTITLE} | {WIKI_NAME} # search: # Strings to do with the search bar! |