summaryrefslogtreecommitdiffstats
path: root/layouts/blog/single.html
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 20:28:20 +0000
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-01-05 20:28:20 +0000
commitdb6cb54326c80f805c50e0710acba3818270ae2d (patch)
tree63ddf640cb9bba62adfb7abbb7931408350ed92c /layouts/blog/single.html
parent2edc5b80bc597b6833e4ef3cd055a936ebf3c095 (diff)
got absolute minima running
Diffstat (limited to '')
-rw-r--r--layouts/blog/single.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
deleted file mode 100644
index 698be33..0000000
--- a/layouts/blog/single.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{{ define "main" }}
-<article>
- <header id="post-header">
- <h1>{{ .Title }}</h1>
- <div>
- {{- if isset .Params "date" -}}
- {{ if eq .Lastmod .Date }}
- <time>{{ .Date.Format "Monday 2 Jan, 2006" }}</time>
- {{ else }}
- Updated <time>{{ .Lastmod.Format "Monday 2 Jan, 2006" }}</time>
- {{ end }}
- {{- end -}}
- </div>
- </header>
- This is a {{ .Kind }}.
- {{- .Content -}}
-</article>
-{{ end }}