use title replace Unix time as URL & add article' author parameter which more usable for SEO search.

This commit is contained in:
凡梦星尘 2022-05-03 20:48:56 +08:00
parent 2a323e39f3
commit 578bc74f5e

View File

@ -1,9 +1,10 @@
---
title: '{{ replace .Name "-" " " | title }}'
description: '不超过65个汉字的文章简要概述'
description: '文章简要概述不超过65个汉字'
keywords: '文章关键词1,文章关键词2,文章关键词3'
isCJKLanguage: true
author: '文章作者'
lastmod: '{{ .Date }}'
publishDate: '{{ .Date }}'
@ -15,5 +16,5 @@ tags:
toc: false
draft: true
url: '{{ now.Unix }}.html'
url: '{{ lower .Name }}.html'
---