Remove conversion to lowercase

This commit is contained in:
Santiago Lo Coco 2022-02-10 19:07:54 -03:00
parent a4e084b58b
commit 6f7ec9151e
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
{%- for p in sorted_pages -%}
{%- if p.nav and p.autogen == nil -%}
<li class="nav-item {% if page.title == p.title %}active{% endif %}">
<a class="nav-link" href="{{ p.url | relative_url }}">{{ p.title | downcase }}
<a class="nav-link" href="{{ p.url | relative_url }}">{{ p.title }}
{%- if page.title == p.title -%}
<span class="sr-only">(current)</span>
{%- endif -%}

View File

@ -1,6 +1,6 @@
---
layout: page
title: Projects
title: projects
permalink: /projects/
description: University and personal projects.
nav: true