hugo-theme-relearn/archetypes/default.md

8 lines
140 B
Markdown
Raw Normal View History

2016-03-17 20:54:01 +00:00
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
weight: 5
2016-03-17 20:54:01 +00:00
---
Lorem Ipsum.
Notice `draft` is set to true.