diff options
Diffstat (limited to 'theme')
-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> |