Updated changes to reflect new static layout

This commit is contained in:
Bastian de Byl
2019-07-24 13:36:57 -04:00
parent 18d4285f38
commit 30d90545bf
7 changed files with 64 additions and 43 deletions

View File

@@ -30,7 +30,7 @@ my GitHub fork of the **Tracks** theme.
# Rough Start
Right off the bat I noticed the navigation bar seemed a bit off, to say the least:
<center>![Problem Navbar](/img/humble-beginnings/header-problem.png)</center>
<center>![Problem Navbar](/static/img/humble-beginnings/header-problem.png)</center>
The links showed as numbers and pointed to `/0`, `/1`, and `/2`
respectively. These, of course, lead to 404s. It didn't seem like the intended
@@ -76,7 +76,7 @@ The original uses the `.Site.Sections` variable, which I replaced with
user-defined `config.toml` nav links weren't ever utilized or populated anywhere
on the site.
<center>![Nav Links from Tracks Theme config](/img/humble-beginnings/tracks-config.png)</center>
<center>![Nav Links from Tracks Theme config](/static/img/humble-beginnings/tracks-config.png)</center>
I borrowed the code found in `layouts/partials/sidebar.html` (*which also never
appears to be used*) to include the nav links and get my desired behavior: