Refactor tag file, remove subtitle
This commit is contained in:
@ -123,7 +123,7 @@ final class TagOverviewGenerator {
|
||||
additionalFooter: "") { content in
|
||||
content += "<h1 class='separated-headline'>\(header.title)</h1>"
|
||||
for tag in tags {
|
||||
let description = tag.localized.description ?? ""
|
||||
let description = tag.localized.linkPreviewDescription ?? ""
|
||||
let image = self.makePageImage(item: tag.localized)
|
||||
|
||||
content += RelatedPageLink(
|
||||
|
Reference in New Issue
Block a user