avoid console error on index
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
---
|
||||
title: "Max Mehl"
|
||||
page: true
|
||||
---
|
||||
|
||||
## Hi, I'm **Max Mehl**.
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
{{ partial "comments.html" . }}
|
||||
{{ partial "comments" . }}
|
||||
{{ partial "social" . }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ partial "social.html" . }}
|
||||
{{ partial "comments" . }}
|
||||
{{ partial "social" . }}
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user