From 2334583345eb74bcdfd024dcb778d771d031f964 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Tue, 7 May 2024 16:47:59 +1000 Subject: [PATCH] another fix to post template --- configuration/configuration.txt | 2 +- weblog/B0. Template/template-post.html.md | 20 ++++++++------------ 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/configuration/configuration.txt b/configuration/configuration.txt index 7c2e3f4..484f8f5 100644 --- a/configuration/configuration.txt +++ b/configuration/configuration.txt @@ -17,7 +17,7 @@ Landing page template: Landing Page Template Separator: ยท // Navigation: about, another-page, Example, [Example](https://example.com) Files path: /files/ -Landing page post count: 20 +Landing page post count: 8 Landing page post length: 45 words Post template: Post Template diff --git a/weblog/B0. Template/template-post.html.md b/weblog/B0. Template/template-post.html.md index bfa0341..964fc94 100644 --- a/weblog/B0. Template/template-post.html.md +++ b/weblog/B0. Template/template-post.html.md @@ -2,15 +2,11 @@ Type: Template Title: Post Template
- - - {body} - - -
- - \ No newline at end of file + +{body} + + \ No newline at end of file