diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-18 21:05:48 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-18 21:05:48 -0500 |
| commit | 13bd90c332d5a2cec27ec27ef015ebd5e2cdf366 (patch) | |
| tree | dd35b98337b1284203b5192725e4c1561944bdf2 | |
| parent | 30315c08df7501b7cac5a982a4952d6927d76d01 (diff) | |
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | themes/kvog/layouts/home.html | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -1 +1,2 @@ +*.lock public diff --git a/themes/kvog/layouts/home.html b/themes/kvog/layouts/home.html index 6d91f58..5dddd15 100644 --- a/themes/kvog/layouts/home.html +++ b/themes/kvog/layouts/home.html @@ -1,11 +1,12 @@ +<!-- {{ define "main" }} {{ .Content }} - <!-- {{ range site.RegularPages }} <section> <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> {{ .Summary }} </section> {{ end }} - --> {{ end }} +--> +<marquee>🦍</marquee> |