commit
d20aa8c72a
|
@ -2,7 +2,7 @@
|
|||
<div class="d:flex flex:col">
|
||||
{{- partial "prose.html" . -}}
|
||||
|
||||
<h2 class="my:1em">Post</h2>
|
||||
<h2 class="my:1em">Posts</h2>
|
||||
|
||||
{{- range where site.RegularPages "Type" "in" site.Params.mainSections -}}
|
||||
|
||||
|
@ -13,4 +13,4 @@
|
|||
) -}}
|
||||
{{- end -}}
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
@ -9,7 +9,13 @@
|
|||
align-items:center
|
||||
">
|
||||
<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 class="ml:auto">
|
||||
|
|
Loading…
Reference in New Issue