hugo-theme/archetypes/blog.md

7 lines
139 B
Markdown
Raw Normal View History

2020-09-22 22:56:07 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
featured_image: "/images/blog/{{ .Name }}/featured.png"
---