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