summaryrefslogtreecommitdiffstats
path: root/layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/page.html b/layouts/page.html
deleted file mode 100644
index 8b8eb16..0000000
--- a/layouts/page.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ define "main" }}
- {{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" -}}
- {{- $dateHuman := .Date | time.Format "2006-01-02" -}}
- <div>
- <h1 class="title">{{ .Title }}</h1>
- <time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time>
- </div>
-
- {{ .Content }}
- {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
-{{ end }}