diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-12-29 20:11:11 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-12-29 20:11:11 -0600 |
commit | 799823f351b6a81b5e59667af80a080aaa7378eb (patch) | |
tree | 0fd856d8f116aecabb888764a226ef56ed16499b /theme/templates | |
parent | 37e80dfed79cd2093a98460a95ea561104fdefc9 (diff) | |
download | cleberg.net-799823f351b6a81b5e59667af80a080aaa7378eb.tar.gz cleberg.net-799823f351b6a81b5e59667af80a080aaa7378eb.tar.bz2 cleberg.net-799823f351b6a81b5e59667af80a080aaa7378eb.zip |
update instructions for searching posts
Diffstat (limited to 'theme/templates')
-rw-r--r-- | theme/templates/blog.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/templates/blog.html b/theme/templates/blog.html index daa36ee..aa2566c 100644 --- a/theme/templates/blog.html +++ b/theme/templates/blog.html @@ -1,7 +1,10 @@ {% extends "base.html" %} {% block subtitle %}Blog | {% endblock %} {% block main %} <h1>Blog</h1> -<p>Use <code>Ctrl + F</code> to search blog post titles for keywords.</p> +<p> + Use <code>⌘ + f</code> (<code>Ctrl + f</code>) to search blog post titles for + keywords. +</p> <p> You can also add the <a href="/feed.xml">RSS Feed</a> to your feed reader. </p> |