hugo-theme-contentful/archetypes/default.md

12 lines
132 B
Markdown
Raw Normal View History

2019-09-20 16:11:12 +00:00
---
2020-10-21 03:28:02 +00:00
title: "{{ humanize .Name }}"
2019-09-20 16:11:12 +00:00
date: {{ .Date }}
draft: true
categories:
- "category1"
tags:
- "tag1"
- "tag2"
---