mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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"
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
++
|
||||
+++
|
||||
|
||||
Lorem Ipsum.
|
||||
Lorem Ipsum.
|
||||
|
|
Loading…
Reference in a new issue