Refactor tag file, remove subtitle

This commit is contained in:
Christoph Hagen
2025-01-05 17:18:23 +01:00
parent 5ac5a7b000
commit 29bba5e76e
11 changed files with 85 additions and 78 deletions

View File

@ -22,7 +22,7 @@ struct TagPageGeneratorSource: PostListPageGeneratorSource {
}
var pageDescription: String {
tag.localized(in: language).description ?? ""
tag.localized(in: language).linkPreviewDescription ?? ""
}
func pageUrlPrefix(for language: ContentLanguage) -> String {