mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 01:33:04 +00:00
fix frontmatter on home.md
This commit is contained in:
commit
b64eb0a706
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