Add basic scaffolding for site.
This commit is contained in:
5
themes/mainroad/layouts/partials/comments.html
Normal file
5
themes/mainroad/layouts/partials/comments.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{ if and .Site.DisqusShortname (index .Params "comments" | default "true") (not .Site.IsServer) }}
|
||||
<section class="comments">
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</section>
|
||||
{{ end }}
|
Reference in New Issue
Block a user