diff --git a/layouts/posts/single.html b/layouts/posts/single.html new file mode 100644 index 0000000..c9e4926 --- /dev/null +++ b/layouts/posts/single.html @@ -0,0 +1,61 @@ +{{ define "title" }} + {{ .Title }} ยท {{ .Site.Title }} +{{ end }} +{{ define "content" }} +
+
+
+
+

{{ .Title }}

+
+ +
+ +
+ {{ .Content }} + + + {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories" . }}{{ end }} + {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }} +
+ + +
+ + {{ partial "posts/math" . }} +
+{{ end }}