summaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--themes/neonxp/layouts/home.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/neonxp/layouts/home.html b/themes/neonxp/layouts/home.html
deleted file mode 100644
index c643012..0000000
--- a/themes/neonxp/layouts/home.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{ define "main" }}
-<article>
- <h1>{{ .Title }}</h1>
- {{ .Content }}
-</article>
-<div class="h-feed">
- {{ range .Pages }}
- <article class="h-entry">
- <h2 class="p-name"><a class="u-url" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
- <div class="p-summary">
- {{ .Summary }}
- </div>
- </article>
- {{ end }}
-</div>
-{{ end }} \ No newline at end of file