summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/stingray/layouts/_default/single.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/stingray/layouts/_default/single.html b/themes/stingray/layouts/_default/single.html
index e69de29..a61d511 100644
--- a/themes/stingray/layouts/_default/single.html
+++ b/themes/stingray/layouts/_default/single.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<h1>{{ .Title }}</h1>
+{{ partial "metadata.html" . }}
+{{ .Content }}
+{{ end }} \ No newline at end of file