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

github.com/4ever9/less.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.html20
1 files changed, 9 insertions, 11 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6b869a5..2b5b1f1 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -5,20 +5,18 @@
<div class="single-title">
{{.Title}}
</div>
- <div class="single-meta">
<div class="single-date">
{{ .Date.Format "2006-01-02" }}
</div>
- {{ if .Params.tags }}
- <div class="single-tags">
- {{ range $k, $v := .Params.tags }}
- <a class="single-tag" href="{{ "tags/" | absLangURL }}{{ . }}">
- #{{ . }}
- </a>
- {{ end }}
- </div>
- {{ end }}
- </div>
+<!-- {{ if .Params.tags }} -->
+<!-- <div class="single-tags"> -->
+<!-- {{ range $k, $v := .Params.tags }} -->
+<!-- <a class="single-tag" href="{{ "tags/" | absLangURL }}{{ . }}"> -->
+<!-- #{{ . }} -->
+<!-- </a> -->
+<!-- {{ end }} -->
+<!-- </div> -->
+<!-- {{ end }} -->
<div class="single-content">
{{.Content}}
</div>