summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
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 6b7c68e..b8efc3c 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -27,7 +27,7 @@
<li class="nav-item {% if page.url contains 'blog' %}active{% endif %}">
<a class="nav-link" href="{{ '/blog/' | relative_url }}">
Blog <!-- Capitalize the use of Blog on the page -->
- {% if page.title == "blog" %}
+ {% if page.title == "Blog" %}
<span class="sr-only">(current)</span>
{% endif %}
</a>