commit 28e7722070fb731097e179e437d47b586e5ec292
parent 8b3615d1c9579a0588ae93073d86dd2977a8cb14
Author: Beau <cbeauhilton@gmail.com>
Date: Mon, 19 Dec 2022 01:41:40 -0600
update
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/site/posts/index.html b/site/posts/index.html
@@ -2,4 +2,6 @@
<p>You can subscribe to the <a href="/atom.xml">Atom feed</a> to receive updates.</p>
+<hr style="opacity:0.2; margin-top:2em">
+
<div id="posts-index"> </div>
diff --git a/soupault.toml b/soupault.toml
@@ -81,6 +81,8 @@ index_template = """
<p><strong>Last update:</strong> {{e.date}}.</p>
<p>{{e.excerpt}}</p>
<a href="{{e.url}}">Read more</a>
+ <hr style="opacity:0.2; margin-top: 3em">
+ <br>
{% endfor %}
"""