12 lines
193 B
Markdown
12 lines
193 B
Markdown
|
---
|
||
|
title: "{{ replace .Name "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
|
||
|
type: news
|
||
|
draft: true
|
||
|
categories:
|
||
|
- default
|
||
|
tags:
|
||
|
- default
|
||
|
---
|