mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
Update archetypes
This commit is contained in:
parent
e4ec06596d
commit
5acfe4a773
2 changed files with 7 additions and 1 deletions
5
archetypes/home.md
Normal file
5
archetypes/home.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
draft: true
|
||||
weight: 0
|
||||
---
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
external_link: ""
|
||||
date: {{ .Date }}
|
||||
weight: 0
|
||||
external_link: ""
|
||||
draft: true
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue