You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome theme! There seems to be an issue with hard-coded casing for the about and blog sections.
Describe the bug
I want to show my About and Blog pages with upper-case in the navbar. If I want to capitalize projects, I got to _pages/projects.md and set title: Projects and the navbar shows this in uppercase. So I would think I could go to _pages/about.md and set title: About to show About in upper case on the nav bar. But the casing is hard-coded in _includes/header.html so you cannot change the case, without changing _includes/header.html.
To Reproduce
Steps to reproduce the behavior:
go to _pages/about.md and set title: About
Expected behavior
The navbar should show the about section with the first letter capitalized (i.e. About)
System (please complete the following information):
Is this issue resolved? I am seeing the same behavior for project titles on the projects page too I am not to be get capitalized letters
To reproduce
In 1_project.md change the title to "Project Another Upper Case 1"
Expected Behaviour:
The title has capitalized letters, however it doesn't appear to be capitalised.
Awesome theme! There seems to be an issue with hard-coded casing for the about and blog sections.
Describe the bug
I want to show my About and Blog pages with upper-case in the navbar. If I want to capitalize projects, I got to
_pages/projects.md
and settitle: Projects
and the navbar shows this in uppercase. So I would think I could go to_pages/about.md
and settitle: About
to show About in upper case on the nav bar. But the casing is hard-coded in_includes/header.html
so you cannot change the case, without changing_includes/header.html
.To Reproduce
Steps to reproduce the behavior:
_pages/about.md
and settitle: About
Expected behavior
The navbar should show the about section with the first letter capitalized (i.e. About)
System (please complete the following information):
Additional context
Here is where the names are hard-coded with lower case
https://github.com/alshedivat/al-folio/blob/master/_includes/header.html#L28
https://github.com/alshedivat/al-folio/blob/master/_includes/header.html#L38
The text was updated successfully, but these errors were encountered: