1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-07-06 04:43:46 +02:00
hugo-theme-bootstrap4-blog/archetypes/default.md
Alan Orth dfb4e7fabd
archetypes/default.md: Add date and title
Hugo 0.24 requires these to be provided by the archetype.
2017-07-25 16:56:44 +03:00

11 lines
201 B
Markdown

+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
images = ["/2016/10/image.jpg"]
description = ""
categories = ["category"]
tags = ["tag1", "tag2"]
draft = true
+++