fix frontmatter on home.md

frontmatter for home.md was lacking a closing + causing hugo to crash unless manually fixed
This commit is contained in:
ente 2022-10-09 12:19:12 +02:00 committed by GitHub
parent 67245232d0
commit 5bd0eb5eb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
+++ +++
archetype = "home" archetype = "home"
title = "{{ replace .Name "-" " " | title }}" title = "{{ replace .Name "-" " " | title }}"
++ +++
Lorem Ipsum. Lorem Ipsum.