+
+
+
+ {{ .Date.Format "2006-01-02" }}
+
+ {{ with .Params.Author }}
+
::
+ {{ . }}
+
{{ end }}
-
- {{ with .Params.Cover }}
-
- {{ end }}
-
- {{ if .Params.Toc }}
-
- {{ .TableOfContents }}
-
- {{ end }}
-
-
- {{ .Content }}
-
- {{ if or .NextInSection .PrevInSection }}
-
- {{ end }}
-
- {{ partial "comments.html" . }}
+
+ {{ if .Params.tags }}
+
+ {{ range .Params.tags }}
+ #{{ . }}
+ {{ end }}
+
+ {{ end }}
+
+ {{ with .Params.Cover }}
+
+ {{ end }}
+
+ {{ if .Params.Toc }}
+
+ {{ .TableOfContents }}
+
+ {{ end }}
+
+
+ {{ .Content }}
+
+ {{ if or .NextInSection .PrevInSection }}
+
+ {{ end }}
+
+ {{ partial "comments.html" . }}
+