cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
d8e1d469286ad36f2e5680e337446b705961070d
unsigned
author: Christian Cleberg <hello@cleberg.net> · 2024-12-30T02:11:11Z
theme/templates/blog.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) @@ -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>