Insert more line breaks

This commit is contained in:
Christoph Hagen
2025-01-27 07:56:07 +01:00
parent 5937369223
commit 09b1f48aea
5 changed files with 17 additions and 11 deletions

View File

@ -68,7 +68,7 @@ final class FeedPageGenerator {
header: pageHeader,
additionalFooter: footer) { content in
if let pageTitle {
content += "<h1 class='separated-headline'>\(pageTitle)</h1>"
content += "<h1 class='separated-headline'>\(pageTitle)</h1>\n"
}
for post in posts {
content += FeedEntry(data: post).content