basic blog

This commit is contained in:
2023-07-15 20:10:41 -04:00
parent 603d1d05e3
commit 1013f0a5a2
7 changed files with 44 additions and 21 deletions

View File

@ -1,9 +1,10 @@
{{ define "title" }}
{{ .Title }} – {{ .Site.Title }}
{{ .Title }} – {{ .Site.Title }}
{{ end }}
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}
<article>
<h1 class="display-3 text-center">{{ .Title }}</h1>
{{ .Content }}
</article>
{{ end }}