hugo-bearblog : add more comment to archetypes/blog.md
This commit is contained in:
parent
762b4e04b9
commit
134c3a0015
@ -1,7 +1,11 @@
|
|||||||
+++
|
+++
|
||||||
title = "{{ replace .Name "-" " " | title }}"
|
title = "{{ replace .Name "-" " " | title }}"
|
||||||
date = "{{ .Date }}"
|
date = "{{ .Date }}"
|
||||||
# lastmod = "{{ .Lastmod }}
|
|
||||||
|
#
|
||||||
|
# lastmod is optional
|
||||||
|
#
|
||||||
|
# lastmod = "Timestamp that you edit this blog"
|
||||||
|
|
||||||
#
|
#
|
||||||
# description is optional
|
# description is optional
|
||||||
|
Loading…
Reference in New Issue
Block a user