Fix display of the nav bar, footer and single element

This commit is contained in:
2022-07-18 01:59:20 +02:00
parent 58b5b20ddc
commit 4f3865ca78
3 changed files with 5 additions and 6 deletions

View File

@@ -4,12 +4,11 @@
{{ partial "head.html" . }}
<body class="single-body">
<main class="">
<!-- -->
{{ partial "nav-bar.html" . }}
<article class="content side-text-padding {{ if ne .Params.dropcap false }}dropcase{{ end }}">
<main class="content side-text-padding">
<article class="post {{ if ne .Params.dropcap false }}dropcase{{ end }}">
<header class="post-header">
<h1 class="post-title">{{ .Title }}</h1>
{{ if isset .Params "date" }}<p class="post-date">Posted <time datetime="{{ .Date.Format "2006-01-02" }}">{{ .Date.Format "Jan 2, 2006" }}</time></p>{{ end }}