consolidate tags, hide date
This commit is contained in:
@@ -80,7 +80,9 @@ final class PageGenerator {
|
||||
additionalFooter: results.requiredFooters.sorted().joined()) { content in
|
||||
content += "<article>"
|
||||
if !localized.hideTitle {
|
||||
content += "<h3>\(page.dateText(in: language))</h3>"
|
||||
if !page.hideDate {
|
||||
content += "<h3>\(page.dateText(in: language))</h3>"
|
||||
}
|
||||
content += "<h1>\(localized.title)</h1>"
|
||||
content += TagList(tags: tags).content
|
||||
}
|
||||
|
Reference in New Issue
Block a user