This website works better with JavaScript.
Home
Explore
Help
Sign In
Pawlik
/
gohugo-theme-ananke
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
43
Wiki
Activity
Browse Source
Add pre-populated fields to archetype
tags/v2.0
Bud Parr
7 years ago
parent
50f2007f2e
commit
37cc0a7033
No account linked to committer's email address
1 changed files
with
6 additions
and
2 deletions
Split View
Show Diff Stats
6
2
archetypes/default.md
+ 6
- 2
archetypes/default.md
View File
@@ -1,7 +1,11 @@
+++
title = ""
date =
""
title =
"
{{ replace .TranslationBaseName "-" " " | title }}
"
date =
{{ .Date }}
tags = []
featured_image = ""
description = ""
+++
Write
Preview
Loading…
Cancel
Save