mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 23:09:47 +00:00
29aa348daa
This way it's much easier to tune the comment handling in general (like disable it for some sections) or integrate a different commenting system than disqus.
7 lines
175 B
HTML
7 lines
175 B
HTML
{{ define "main" }}
|
|
<div class="container markdown top-pad">
|
|
{{ .Content }}
|
|
</div>
|
|
<!-- End post content -->
|
|
{{ partial "comments.html" . }}
|
|
{{ end }}
|