mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-02-05 14:30:01 +00:00
![Kevin Ottens](/assets/img/avatar_default.png)
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 }}
|