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