commit
d20aa8c72a
|
@ -2,7 +2,7 @@
|
||||||
<div class="d:flex flex:col">
|
<div class="d:flex flex:col">
|
||||||
{{- partial "prose.html" . -}}
|
{{- partial "prose.html" . -}}
|
||||||
|
|
||||||
<h2 class="my:1em">Post</h2>
|
<h2 class="my:1em">Posts</h2>
|
||||||
|
|
||||||
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,13 @@
|
||||||
align-items:center
|
align-items:center
|
||||||
">
|
">
|
||||||
<div>
|
<div>
|
||||||
<a href="/" class="mr-3 font:extralight">{{ .Site.Title }}</a>
|
<a href="/" class="mr-3 font:extralight">
|
||||||
|
{{ if not .Site.Params.HeaderTitle }}
|
||||||
|
{{ .Site.Title }}
|
||||||
|
{{ else }}
|
||||||
|
{{ .Site.Params.HeaderTitle }}
|
||||||
|
{{ end }}
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="ml:auto">
|
<div class="ml:auto">
|
||||||
|
|
Loading…
Reference in New Issue