diff options
| author | Christian Cleberg <[email protected]> | 2025-08-19 22:39:50 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-08-19 22:39:50 -0500 |
| commit | b021de29f432927a1af200efb4b7a8fa54cdebb6 (patch) | |
| tree | d894c50cf3822fd1365c158029e7d7040054dfad /theme/templates/blog.html | |
| parent | bfb90af03cf575c6d0134ab947b72486f54f3ac5 (diff) | |
| download | cleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.tar.gz cleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.tar.bz2 cleberg.net-b021de29f432927a1af200efb4b7a8fa54cdebb6.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") }}' |
