Use YAML front matter for better AsciiDoctor support
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Marko Korhonen 2022-06-12 00:30:06 +03:00
parent e7bb772168
commit 6dcadd4b17
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
5 changed files with 27 additions and 24 deletions

View file

@ -1,5 +1,5 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
+++
---
title: {{ replace .Name "-" " " | title }}
date: {{ .Date }}
draft: true
---