21 lines
266 B
Markdown
21 lines
266 B
Markdown
|
---
|
||
|
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||
|
date: {{ .Date }}
|
||
|
draft: true
|
||
|
author: Jeremy Kidwell
|
||
|
#layout: post
|
||
|
slug: [fill in]
|
||
|
categories:
|
||
|
- first category
|
||
|
---
|
||
|
|
||
|
|
||
|
{{% figure src="" alt="" caption="" %}}
|
||
|
|
||
|
|
||
|
{{% highlight r %}}
|
||
|
|
||
|
|
||
|
{{% /highlight %}}
|
||
|
|