10 lines
155 B
Markdown
10 lines
155 B
Markdown
|
---
|
||
|
title: {{ replace .File.ContentBaseName "-" " " | title }}
|
||
|
description: null
|
||
|
date: {{ .Date }}
|
||
|
image: /favicon.png
|
||
|
draft: false
|
||
|
category: article
|
||
|
---
|
||
|
|