22 lines
319 B
Markdown
22 lines
319 B
Markdown
![]() |
---
|
||
|
title: '{{ replace .Name "-" " " | title }}'
|
||
|
description: 'Short description of the article.'
|
||
|
keywords: 'Key words'
|
||
|
isCJKLanguage: true
|
||
|
|
||
|
author: 'Author of the article'
|
||
|
lastmod: '{{ .Date }}'
|
||
|
publishDate: '{{ .Date }}'
|
||
|
weight: 1
|
||
|
|
||
|
categories:
|
||
|
-
|
||
|
tags:
|
||
|
-
|
||
|
-
|
||
|
|
||
|
toc: false
|
||
|
draft: true
|
||
|
url: '{{ lower .Name }}.html'
|
||
|
---
|