summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2021-11-16 23:49:54 -0600
committerKarl Hallsby <karl@hallsby.com>2021-11-16 23:49:54 -0600
commitebbedb7d2340144d6e7b8bf9cbb3db4fefcde684 (patch)
treebd99187ee4a0fd5e23e2b9f0b810998a6c713dcc /_includes/header.html
parent920b3800f29e13db6b00cfadb93481352f767a47 (diff)
Capitalize "Blog" in upper navigation ribbon, always
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 30fcdac..6b7c68e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -26,7 +26,7 @@
<!-- Blog -->
<li class="nav-item {% if page.url contains 'blog' %}active{% endif %}">
<a class="nav-link" href="{{ '/blog/' | relative_url }}">
- blog
+ Blog <!-- Capitalize the use of Blog on the page -->
{% if page.title == "blog" %}
<span class="sr-only">(current)</span>
{% endif %}