falkon.sgorava.xyz/layouts/static/single.html
Juraj Oravec caffb5abb3
Add basic hugo site
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-04-28 09:04:21 +02:00

9 lines
182 B
HTML

{{ partial "header.html" . }}
<article class="post">
<h1 class="title"> {{ .Title }} </h1>
<div class="content"> {{ .Content }} </div>
</article>
{{ partial "footer.html" . }}