Set default style for MarkDown

This commit is contained in:
Skiz 2024-07-17 18:26:11 -04:00
parent f0d7715390
commit 6c68c4c4ad
No known key found for this signature in database
GPG Key ID: 3AC836721FD9DE19

View File

@ -1,5 +1,6 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++
---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date: {{ .Date }}
draft: false
tags: ['value_1', 'value_2']
---