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

gitlab.com/toryanderson/hugo-icarus.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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6ceca03..91ae34f 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,9 +4,15 @@
{{ partial "header" . }}
<div class="outer">
+ {{ if .IsPage | and (not .Params.disable_profile) }}
{{ partial "profile" . }}
+ {{ end }}
+
{{ partial "single_article" . }}
+
+ {{ if .IsPage | and (not .Params.disable_widgets) }}
{{ partial "sidebar" . }}
+ {{ end }}
</div>
</div>