mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 18:24:33 +08:00
Removed draft from archetype
This commit is contained in:
parent
7ce4b9a547
commit
f3e1970e59
@ -3,7 +3,6 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
weight: 5
|
||||
pre: "<b>X. </b>" # HTML code as prefix in the menu
|
||||
draft: true
|
||||
---
|
||||
|
||||
### Chapter X
|
||||
|
@ -2,7 +2,6 @@
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
weight: 5
|
||||
draft: true
|
||||
---
|
||||
|
||||
Lorem Ipsum.
|
||||
|
Loading…
x
Reference in New Issue
Block a user