diff --git a/layouts/about/single.html b/layouts/about/single.html index e2c04de..4933005 100644 --- a/layouts/about/single.html +++ b/layouts/about/single.html @@ -1,14 +1,22 @@ - {{ partial "head.html" . }} - - {{ partial "nav.html" . }} - {{ partial "profile.html" . }} +{{ partial "head.html" . }} + +{{ partial "nav.html" . }} +{{ partial "profile.html" . }} -
- {{ .Content }} +
+ {{ .Content }} + + {{ if .Site.Params.enableDisqus }} {{ partial "disqus.html" . }} - {{ partial "footer.html" . }} -
+ {{ end }} + + {{ if .Site.Params.enableDuoshuo }} + {{ partial "duoshuo.html" . }} + {{ end }} + + {{ partial "footer.html" . }} +
- {{ partial "js.html" . }} - +{{ partial "js.html" . }} +