avoid console error on index
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{{ partial "comments.html" . }}
|
||||
{{ partial "comments" . }}
|
||||
{{ partial "social" . }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -9,8 +9,9 @@
|
||||
</div>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "social.html" . }}
|
||||
|
||||
{{ partial "comments" . }}
|
||||
{{ partial "social" . }}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user