hugo

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 43ff3f0921ddc91b9f6bfa072d15a9e740332567
parent ee696fd99d841b061029519daaf2457d47f0a7fb
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun, 10 Jul 2022 13:03:50 -0400

article tags

Diffstat:
Mlayouts/index.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html @@ -1,4 +1,6 @@ {{ partial "header.html" . -}} <header><h1>{{ if .Title }}{{ .Title }}{{ else }}{{ .Site.Title }}{{ end }}</h1></header> +<article> {{ .Content }} +</article> {{ partial "footer.html" . }}