cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

db824b538fc925d69b4919b19cf4e5d7b79dfdde

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2024-01-19T22:39:13Z

fix: uppercase hint to help readability
 templates/section.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/section.html b/templates/section.html
index f6f71ee..d36e32f 100644
--- a/templates/section.html
+++ b/templates/section.html
@@ -2,7 +2,7 @@
 
 {% block content %}
 <h1>{{ section.title }}</h1>
-<p>Use <code>Ctrl + f</code> to search blog post titles for keywords.</p>
+<p>Use <code>Ctrl + F</code> to search blog post titles for keywords.</p>
 <p>You can also add the <a href="/atom.xml">Atom RSS Feed</a> to your feed reader.</p>
 {% set post_date = "1970-01-01" | date(format="%Y") %}
 {% for page in section.pages %}