mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
archetypes: Make hugo new home/<TITLE>.md
use the custom widget
This commit is contained in:
parent
229629b772
commit
7b4bdd22bd
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
+++
|
||||
# Custom widget.
|
||||
widget = "custom"
|
||||
active = true
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
|
||||
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue