summaryrefslogtreecommitdiffstats
path: root/layouts/blog/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/blog/single.html')
-rw-r--r--layouts/blog/single.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
new file mode 100644
index 0000000..675618c
--- /dev/null
+++ b/layouts/blog/single.html
@@ -0,0 +1,8 @@
+{{ define "main" }}
+<header class="blog__header">
+ <a href="/blog">/~/blog/</a>: {{ .Title }}
+</header>
+<article class="post__content">
+ {{ .Content }}
+</article>
+{{end}}