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

github.com/koirand/pulp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d05c8e2..4d1688f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,6 +5,7 @@
{{ $singlePageDateFormat := .Site.Params.singlePageDateFormat | default "January 2, 2006"}}
<p class="date">{{ .Date.Format $singlePageDateFormat }}</p>
<!-- tags -->
+ {{ if .Param "tags" }}
<div id="tags">
<ul>
{{ range .Param "tags" }}
@@ -15,6 +16,8 @@
{{ end }}
</ul>
</div>
+ {{ end }}
+ <h1>{{ .Title }}</h1>
<!-- content -->
<div id="contentBody">
{{ .Content }}