diff options
author | Christian Cleberg <hello@cleberg.net> | 2024-01-19 16:39:13 -0600 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2024-01-19 16:39:13 -0600 |
commit | 7e145b5652e9621f551d4b92e653a0eecae46e26 (patch) | |
tree | d0edb885538eedfcb836fd31d8df248fcf3370c5 /templates/section.html | |
parent | 652b1626a5a868bf31060f06040114f28e12bd67 (diff) | |
download | cleberg.net-7e145b5652e9621f551d4b92e653a0eecae46e26.tar.gz cleberg.net-7e145b5652e9621f551d4b92e653a0eecae46e26.tar.bz2 cleberg.net-7e145b5652e9621f551d4b92e653a0eecae46e26.zip |
fix: uppercase hint to help readability
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |