Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/layouts/_default/single.html')
-rw-r--r--themes/layouts/_default/single.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/layouts/_default/single.html b/themes/layouts/_default/single.html
new file mode 100644
index 0000000..5e27f0a
--- /dev/null
+++ b/themes/layouts/_default/single.html
@@ -0,0 +1,6 @@
+{{ partial "header" .}}
+
+<h1>{{ .Title | markdownify }}</h1>
+{{ .Content | markdownify }}
+
+{{ partial "footer" .}}