2024-08-07 00:39:11 +01:00
|
|
|
<div class="article-container">
|
|
|
|
<article class="main-article">
|
|
|
|
<header>
|
|
|
|
<h1>{{ .Title }}</h1>
|
|
|
|
<div class="author-row">
|
|
|
|
{{ with .Params.author }}
|
|
|
|
<strong><p class="author-name">{{ .name }}</p></strong>
|
|
|
|
<p class="author-name">on</p>
|
|
|
|
{{ end }} {{ if isset .Params "date" }}
|
|
|
|
<time>{{ .Date.Format "January 2, 2006" }}</time>
|
|
|
|
{{ end }}
|
|
|
|
</div>
|
|
|
|
</header>
|
2024-08-07 14:58:19 +01:00
|
|
|
{{ if .Params.toc }}
|
2024-08-07 00:39:11 +01:00
|
|
|
<div id="tocWrapper">
|
|
|
|
<h4>Table of Contents</h4>
|
|
|
|
<aside>{{.TableOfContents}}</aside>
|
2024-08-01 14:06:16 +01:00
|
|
|
</div>
|
2024-08-07 14:58:19 +01:00
|
|
|
{{ end }} {{ .Content }}
|
2024-08-07 00:39:11 +01:00
|
|
|
</article>
|
|
|
|
</div>
|