wizard

placeholder description
git clone git@git.shmage.xyz/wizard.git
Log | Files | Refs | README

commit f4735db2aec9803f6b0587d8dd78f44d5acbbd6e
parent ec3b9b84d464077f75236a9f4219078a2890cefb
Author: vimux <vimux@protonmail.com>
Date:   Thu,  9 Jan 2020 12:07:19 -0500

Don't create empty div w/o comments

Diffstat:
Mlayouts/_default/single.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/layouts/_default/single.html b/layouts/_default/single.html @@ -15,9 +15,11 @@ </ul> </div> {{ end }} + {{ with .Site.DisqusShortname }} <div> {{ template "_internal/disqus.html" . }} </div> + {{ end }} </article> </main> {{ partial "sidebar.html" . }}