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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/blog/single.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 44ccd41..c3d1ab7 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -1,5 +1,6 @@
-{{ define "title"}} {{ .Title}} {{end}} {{ define "header"}} {{ partial "header"
-.}} {{end}} {{ define "main"}}
+{{ define "title"}} {{ .Title}} {{end}}
+{{ define "header"}} {{ partial "header" .}} {{end}}
+{{ define "main"}}
<div class="push-center" itemscope itemtype="http://schema.org/BlogPosting">
{{ template "_internal/schema.html" . }}
<div id="hero">
@@ -53,11 +54,11 @@
<div class="">
{{ partial "post/byauthor" . }} {{ partial "post/related-content" . }}
</div>
-
- {{ if .Site.DisqusShortname }}
- <article>{{ template "_internal/disqus.html" . }}</article>
- {{ end }}
+ {{ if .Site.DisqusShortname }}
+ <article>{{ template "_internal/disqus.html" . }}</article>
+ {{ end }}
+ </div>
</div>
</div>
{{ end }} {{ define "footer"}} {{ partial "footer.html" .}} {{ end }}
-</div>
+