diff options
Diffstat (limited to 'themes/kvog/layouts/home.html')
| -rw-r--r-- | themes/kvog/layouts/home.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/themes/kvog/layouts/home.html b/themes/kvog/layouts/home.html deleted file mode 100644 index 29ea96b..0000000 --- a/themes/kvog/layouts/home.html +++ /dev/null @@ -1,17 +0,0 @@ -<!-- -{{ define "main" }} - {{ .Content }} - {{ range site.RegularPages }} - <section> - <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2> - {{ .Summary }} - </section> - {{ end }} -{{ end }} ---> -<html> - <head> - <meta charset="UTF-8"> - </head> - <marquee>🦍</marquee> -</html> |