diff options
| author | Christian Cleberg <[email protected]> | 2024-01-19 16:39:13 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2024-01-19 16:39:13 -0600 |
| commit | db824b538fc925d69b4919b19cf4e5d7b79dfdde (patch) | |
| tree | d0edb885538eedfcb836fd31d8df248fcf3370c5 /templates/section.html | |
| parent | 97b8b38e98358bcbf1e270b9c274d0d37c21d344 (diff) | |
| download | cleberg.net-db824b538fc925d69b4919b19cf4e5d7b79dfdde.tar.gz cleberg.net-db824b538fc925d69b4919b19cf4e5d7b79dfdde.tar.bz2 cleberg.net-db824b538fc925d69b4919b19cf4e5d7b79dfdde.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 %} |
