diff options
author | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:00:04 -0600 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2021-11-17 00:00:26 -0600 |
commit | ed25ca32be91c25724d4ee445a07a702c8afda06 (patch) | |
tree | 31348fb4e3556cef474a2bd25350d64686c453a9 /_includes | |
parent | 885e095d6d70b7e0080e450dff7cf621076a1978 (diff) |
Blog in capitals now
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/header.html | 2 |
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> |