diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-09 17:59:08 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-09 17:59:08 -0500 |
| commit | 927c9cf689201b93a26e62fe0a872c92b5a33dd3 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /themes/hugo-xmin/layouts/index.html | |
| parent | 0e78e35f80a903686dcac5ae81a26d547a7ab7b7 (diff) | |
Diffstat (limited to 'themes/hugo-xmin/layouts/index.html')
| -rw-r--r-- | themes/hugo-xmin/layouts/index.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/themes/hugo-xmin/layouts/index.html b/themes/hugo-xmin/layouts/index.html deleted file mode 100644 index dcaf3c2..0000000 --- a/themes/hugo-xmin/layouts/index.html +++ /dev/null @@ -1,28 +0,0 @@ -{{ partial "header.html" . }} - -{{ .Content }} - -<!-- -<h2>Cheat Sheets:</h2> -<ul> - {{ $pages := .Site.RegularPages }} - {{ range (where $pages "Section" "cheatsheets") }} - <li> - <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> - </li> - {{ end }} -</ul> - -<h2>Articles:</h2> -<ul> - {{ $pages := .Site.RegularPages }} - {{ range (where $pages "Section" "articles") }} - <li> - <span class="date">{{ .Date.Format "01/02/2006" }}</span> - <a href="{{ .RelPermalink }}">{{ .Title | markdownify }}</a> - </li> - {{ end }} -</ul> ---> - -{{ partial "footer.html" . }} |