avoid console error on index

This commit is contained in:
2019-10-17 02:01:51 +02:00
parent 39561f6050
commit e9963afccd
3 changed files with 5 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
</div>
</div>
<hr>
{{ partial "comments.html" . }}
{{ partial "comments" . }}
{{ partial "social" . }}
</div>
</div>

View File

@@ -9,8 +9,9 @@
</div>
{{ .Content }}
{{ partial "social.html" . }}
{{ partial "comments" . }}
{{ partial "social" . }}
</div>
</section>
</div>