diff options
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! |