diff options
| -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> |