12 lines
218 B
Markdown
12 lines
218 B
Markdown
|
+++
|
||
|
title = "{{ replace .Name "-" " " | title }}"
|
||
|
Summary = "{{ replace .Name "-" " " | title }}"
|
||
|
date = {{ .Date }}
|
||
|
draft = true
|
||
|
author = ""
|
||
|
tags = ["",""]
|
||
|
categories = ["",""]
|
||
|
color = "green"
|
||
|
width = 4
|
||
|
height = 1
|
||
|
+++
|