diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-03 19:57:49 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-03 19:57:49 -0500 |
| commit | 22759d92ef9e45a3bd93f21aebea4aedb5b31477 (patch) | |
| tree | 3ebd736f509d931699aa2a99ed9b4477ce4c1fb8 /themes | |
| parent | 08be9f54c16ff65326c87a9605887670354ee166 (diff) | |
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/hugo-xmin/layouts/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html index 2d7383e..dcaf3c2 100644 --- a/themes/hugo-xmin/layouts/index.html +++ b/themes/hugo-xmin/layouts/index.html @@ -2,6 +2,7 @@ {{ .Content }} +<!-- <h2>Cheat Sheets:</h2> <ul> {{ $pages := .Site.RegularPages }} @@ -22,5 +23,6 @@ </li> {{ end }} </ul> +--> {{ partial "footer.html" . }} |