summaryrefslogtreecommitdiff
path: root/themes/orca/layouts/_default/whatnot.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/orca/layouts/_default/whatnot.html')
-rw-r--r--themes/orca/layouts/_default/whatnot.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/orca/layouts/_default/whatnot.html b/themes/orca/layouts/_default/whatnot.html
new file mode 100644
index 0000000..0f73423
--- /dev/null
+++ b/themes/orca/layouts/_default/whatnot.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+<h1>{{ .Title }}</h1>
+ {{ .TableOfContents }}
+ {{ .Content }}
+ {{ with .Lastmod }}
+<p>Last modified {{ .Format "January 2nd, 2006" }}.</p>
+ {{ end }}
+{{ end }}