|
|
|
@ -7,8 +7,9 @@
|
|
|
|
|
<article>
|
|
|
|
|
{{ if or .Title .Description .PublishDate }}
|
|
|
|
|
<header>
|
|
|
|
|
<div class="justify-content-center row text-center">
|
|
|
|
|
<div class="col" style="max-width:100ch">
|
|
|
|
|
<div class="justify-content-center row">
|
|
|
|
|
<div class="col col-auto text-center">
|
|
|
|
|
<div style="max-width:100ch">
|
|
|
|
|
{{ if .Title }}
|
|
|
|
|
<h1 class="display-5 fw-bold">
|
|
|
|
|
{{ if .Params.link }}
|
|
|
|
@ -26,12 +27,13 @@
|
|
|
|
|
{{ end }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</header>
|
|
|
|
|
{{ end }}
|
|
|
|
|
{{ if .Content }}
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col">
|
|
|
|
|
<div class="mx-auto" style="max-width:66ch">
|
|
|
|
|
<div class="justify-content-center row">
|
|
|
|
|
<div class="col col-auto">
|
|
|
|
|
<div style="max-width:66ch">
|
|
|
|
|
{{ .Content }}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|