theme screwup
This commit is contained in:
parent
14519d1dc4
commit
eff7ff6ac0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{{.Site.BaseURL}}"><h2>Home</h2></a>
|
<a href="{{.Site.BaseURL}}"><h2>Home</h2></a>
|
||||||
{{ range .Site.Sections}}
|
{{ range .Site.Sections}}
|
||||||
<a href="{{.Permalink}}"><h2>{{.Title}}</h2></a>
|
<a href="{{.RelPermalink}}"><h2>{{.Title}}</h2></a>
|
||||||
{{end}}
|
{{end}}
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in a new issue