From 4635f4a50617905977ec7ebd18cad28e90033349 Mon Sep 17 00:00:00 2001 From: nodejh Date: Sat, 21 Jan 2017 23:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9about=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E8=AF=84=E8=AE=BA=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/about/single.html | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) 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" . }} +