mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
archetypes/default.md: Add date and title
Hugo 0.24 requires these to be provided by the archetype.
This commit is contained in:
parent
2dd72d7ec1
commit
dfb4e7fabd
@ -1,4 +1,6 @@
|
||||
+++
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
images = ["/2016/10/image.jpg"]
|
||||
description = ""
|
||||
categories = ["category"]
|
||||
|
Loading…
Reference in New Issue
Block a user