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

@@ -1,5 +1,6 @@
--- ---
title: "Max Mehl" title: "Max Mehl"
page: true
--- ---
## Hi, I'm **Max Mehl**. ## Hi, I'm **Max Mehl**.

View File

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

View File

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