summaryrefslogtreecommitdiffstats
path: root/layouts/auto
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/auto')
-rw-r--r--layouts/auto/page.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/layouts/auto/page.html b/layouts/auto/page.html
deleted file mode 100644
index f51c292..0000000
--- a/layouts/auto/page.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{ define "main" }}
- <h1 class="title">{{ .Title }}</h1>
- {{ .Content }}
- <h1>Spreadsheets</h1>
- {{- partial "asset-table.html" (resources.Match "auto/*.ods") }}
-{{ end }}