diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-09 12:41:31 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-09 12:41:31 -0600 |
commit | 46cd05a4405dde25eb484066c2e03f98bde73cf2 (patch) | |
tree | f18376358347ed0310bf4cb5985a5a4124d09d1d /templates/section.html | |
parent | 16937d92d0b4e2c199b09de00f60b8ccb15085ec (diff) | |
download | cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.tar.gz cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.tar.bz2 cleberg.net-46cd05a4405dde25eb484066c2e03f98bde73cf2.zip |
fix: minor template changes
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/section.html b/templates/section.html index 70e8cb1..f6f71ee 100644 --- a/templates/section.html +++ b/templates/section.html @@ -2,8 +2,8 @@ {% block content %} <h1>{{ section.title }}</h1> -<p>Use <code>Ctrl + f</code> to search blog post titles for keywords. -<br>You can also add the <a href="/atom.xml">Atom RSS Feed</a> to your feed reader.</p> +<p>Use <code>Ctrl + f</code> to search blog post titles for keywords.</p> +<p>You can also add the <a href="/atom.xml">Atom RSS Feed</a> to your feed reader.</p> {% set post_date = "1970-01-01" | date(format="%Y") %} {% for page in section.pages %} {% if post_date != page.date | date(format="%Y") %} |