aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/micro/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/micro/single.html')
-rw-r--r--layouts/micro/single.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/micro/single.html b/layouts/micro/single.html
new file mode 100644
index 0000000..d091c16
--- /dev/null
+++ b/layouts/micro/single.html
@@ -0,0 +1,11 @@
+{{ partial "head" . }}
+<main>
+ <article>
+ <h1>{{ .Title }} LOL</h1>
+ <span class="single-date">{{ .Date.Format "January 2, 2006" }}</span>
+{{ if ne (.Lastmod.Format "January 2, 2006") (.Date.Format "January 2, 2006") }} <br><span class="single-date"><small>Last modified {{ .Lastmod.Format "January 2, 2006" }}</small></span>{{ end }}
+
+{{ .Content }}
+ </article>
+</main>
+{{ partial "footer" . }}