Some fixing up
This commit is contained in:
parent
b507d458b0
commit
a67a169c6b
|
@ -4,9 +4,6 @@
|
|||
|
||||
<!-- <br><br> -->
|
||||
<article>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</article>
|
||||
<div>
|
||||
{{ range where .Site.RegularPages "Section" "in" .Site.MainSections }}
|
||||
|
|
|
@ -13,6 +13,7 @@ config change. -->
|
|||
|
||||
</nav>
|
||||
<h1>{{ $.Site.Title }}</h1>
|
||||
<p>{{ $.Site.Params.subtitle }}</p>
|
||||
{{ else }}
|
||||
<a href="/">Go Home</a>
|
||||
{{ $path := .Path }}
|
||||
|
@ -22,6 +23,5 @@ config change. -->
|
|||
<a href="{{ $bpath }}">Back to {{ $bpath }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
<p>{{ $.Site.Params.subtitle }}</p>
|
||||
{{ end }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue