consolidate tags, hide date
This commit is contained in:
@@ -58,7 +58,7 @@ final class FeedPageGenerator {
|
||||
header: pageHeader,
|
||||
additionalFooter: footer) { content in
|
||||
if showTitle {
|
||||
content += "<h1>\(title)</h1>"
|
||||
content += "<h1 class='separated-headline'>\(title)</h1>"
|
||||
}
|
||||
for post in posts {
|
||||
content += FeedEntry(data: post).content
|
||||
|
Reference in New Issue
Block a user