Change theme

This commit is contained in:
Achilleas Pipinellis
2017-05-10 15:08:10 +02:00
parent 9b0d718a6e
commit df5505a66c
70 changed files with 5025 additions and 83 deletions
@@ -0,0 +1,7 @@
{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
{{ if .Site.DisqusShortname }}
<div class="comments">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}
{{ end }}