commit 37af1468e700993316db692740871593b784f0fc
parent d76009d4a4e2e28b421cc695fdd57ca800da41fb
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Thu, 12 Dec 2024 11:38:33 +0100
fix: adjust template
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
@@ -16,4 +16,4 @@ RedirectMatch 404 ^/.local/.*$
RedirectMatch 404 ^/.cache/.*$
RedirectMatch 404 ^/config.yaml$
RedirectMatch 404 ^/template.html$
-RedirectMatch 404 ^/*.sh
+RedirectMatch 404 ^/*.sh$
diff --git a/template.html b/template.html
@@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>[% feed.title %] - [% feed.description %]</title>
+ <title>[% feed.title %]</title>
<meta name="description" content="[% feed.description %]">
[% IF feed.author %]
<meta name="author" content="[% feed.author %]">
@@ -85,6 +85,7 @@
</nav>
<!-- Feed Title -->
<h1>[% feed.title | html %]</h1>
+ <p>[% feed.description | html %]</p>
</header>
<main>