From 039a2f2755e0115b0339fea56d97fd90c4bbc951 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Thu, 11 Sep 2025 21:12:26 -0500 Subject: --- themes/hugo-xmin/layouts/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 themes/hugo-xmin/layouts/index.html (limited to 'themes/hugo-xmin/layouts/index.html') diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html new file mode 100644 index 0000000..a3daf68 --- /dev/null +++ b/themes/hugo-xmin/layouts/index.html @@ -0,0 +1,26 @@ +{{ partial "header.html" . }} + +{{ .Content }} + +

Cheat Sheets:

+ + +

Posts:

+ + +{{ partial "footer.html" . }} \ No newline at end of file -- cgit v1.2.3