mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
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:
parent
67245232d0
commit
5bd0eb5eb4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
+++
|
+++
|
||||||
archetype = "home"
|
archetype = "home"
|
||||||
title = "{{ replace .Name "-" " " | title }}"
|
title = "{{ replace .Name "-" " " | title }}"
|
||||||
++
|
+++
|
||||||
|
|
||||||
Lorem Ipsum.
|
Lorem Ipsum.
|
Loading…
Reference in a new issue