diff options
Diffstat (limited to 'layouts/auto/page.html')
| -rw-r--r-- | layouts/auto/page.html | 6 |
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 }} |