cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

46cd05a4405dde25eb484066c2e03f98bde73cf2

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-01-09T18:41:31Z

fix: minor template changes
 templates/index.html   | 2 +-
 templates/section.html | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/index.html b/templates/index.html
index ff4d20c..3e5f980 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -19,7 +19,7 @@
 		{% endif %}
 	{% endfor %}
 	<br>
-	<a href="/blog/">Older Posts &rarr;</a>
+	<a href="/blog/">All Posts &rarr;</a>
 </section>
 <section>
 	<h2>Everything Else</h2>
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") %}