mpercivalxyz

this website!
Log | Files | Refs

commit fb957798d13aa16848c1958f43d5ddb6b5e6750b
parent c7646eb78d528b59642a1002a90ccf82ea7e30f5
Author: Michael Percival <m@michaelpercival.xyz>
Date:   Wed, 13 May 2026 15:03:52 +0100

Revert "removed single.html (temporarily)"

This reverts commit b658a63eb9fb8af7080108ff9b82ff814ebf40d9.

Diffstat:
M.gitignore | 1+
Mconfig.toml | 2+-
Alayouts/_default/single.html | 7+++++++
3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -4,3 +4,4 @@ assets/wallpapers/ static/wallpapers/ static/BQN386/ themes/ +resources/ diff --git a/config.toml b/config.toml @@ -1,5 +1,5 @@ baseURL = 'https://michaelpercival.dev' -languageCode = 'en-gb' +locale = 'en-gb' title = "Michael Percival's Home Page" timeout = '120s' diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -0,0 +1,7 @@ +{{ partial "header.html" . -}} +<header><h1>{{ .Title }}</h1></header> +<article> +<div class="main"> +{{ .Content -}} +</div> +{{ partial "footer.html" . -}}