1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-09 05:56:00 +02:00

archetypes/default.md: Add date and title

Hugo 0.24 requires these to be provided by the archetype.
This commit is contained in:
2017-07-25 16:56:44 +03:00
parent 2dd72d7ec1
commit dfb4e7fabd

View File

@ -1,4 +1,6 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
images = ["/2016/10/image.jpg"]
description = ""
categories = ["category"]