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

github.com/jpescador/hugo-future-imperfect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/itemized/content-single.html')
-rw-r--r--layouts/itemized/content-single.html28
1 files changed, 13 insertions, 15 deletions
diff --git a/layouts/itemized/content-single.html b/layouts/itemized/content-single.html
index 4c3a2b0..b047740 100644
--- a/layouts/itemized/content-single.html
+++ b/layouts/itemized/content-single.html
@@ -1,23 +1,21 @@
<article class="post">
- {{ .Render "header" }}
+ {{ .Render "header" }}
- {{ if not .Site.Params.socialShareDisabled }}
+ {{ if .Site.Params.socialShare }}
<section id="social-share">
- <ul class="icons">
- {{ partial "share-links" . }}
- </ul>
+ <ul class="icons">
+ {{ partial "share-links" . }}
+ </ul>
</section>
- {{ end }}
+ {{ end }}
- {{ .Render "featured" }}
- <div id="content">
- {{ .Content }}
- </div>
+ {{ .Render "featured" }}
+ <div id="content">
+ {{ .Content }}
+ </div>
- <footer>
- {{ .Render "footer-category" }}
- </footer>
+ <footer>
+ {{ .Render "footer-category" }}
+ </footer>
</article>
{{ .Render "prev-next" }}
-
-{{ partials "comments" }}