diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-19 22:39:50 -0500 |
commit | 8ca2c69e67c5b5cc3166af0c0a56e16078176b21 (patch) | |
tree | d894c50cf3822fd1365c158029e7d7040054dfad /theme/templates/blog.html | |
parent | 407cc619dccd5f39dee64bb29fc9f479e3244b27 (diff) | |
download | cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.gz cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.tar.bz2 cleberg.net-8ca2c69e67c5b5cc3166af0c0a56e16078176b21.zip |
summary of commits from minimal-enhancements
Diffstat (limited to 'theme/templates/blog.html')
-rw-r--r-- | theme/templates/blog.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index ff09d37..fc4f6d6 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -2,12 +2,13 @@ main %} <h1>Blog</h1> <p> - Use <code>⌘ + f</code> (<code>Ctrl + f</code>) to search blog post titles for + Use <code>⌘ + f</code> (<code>Ctrl + f</code>) to search for keywords. </p> <p> You can also add the <a href="/feed.xml">RSS Feed</a> to your feed reader. </p> +<br> {% for post in posts %} <div class="post"> <time datetime='{{ post.date | strftime("%Y-%m-%d") }}' |