mpercivalxyz

this website!
Log | Files | Refs

commit b658a63eb9fb8af7080108ff9b82ff814ebf40d9
parent 5c9cb11a75b5f1c1404be277485a78115fd59a34
Author: Michael Percival <m@michaelpercival.xyz>
Date:   Wed, 13 May 2026 14:30:11 +0100

removed single.html (temporarily)

Diffstat:
Dlayouts/_default/single.html | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -1,7 +0,0 @@ -{{ partial "header.html" . -}} -<header><h1>{{ .Title }}</h1></header> -<article> -<div class="main"> -{{ .Content -}} -</div> -{{ partial "footer.html" . }}