2023-08-30 23:00:53 +00:00
|
|
|
---
|
2023-09-13 17:57:41 +00:00
|
|
|
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
|
2023-09-13 01:51:48 +00:00
|
|
|
author: "Anna"
|
2023-09-13 17:57:41 +00:00
|
|
|
date: {{ .dateFormat (.Site.Params.dateformat) .Date }}
|
2023-08-30 23:00:53 +00:00
|
|
|
draft: true
|
2023-09-13 01:51:48 +00:00
|
|
|
tags:
|
|
|
|
- tag1
|
2023-08-30 23:00:53 +00:00
|
|
|
---
|
2023-08-31 02:29:40 +00:00
|
|
|
<!--more-->
|