enhance:在常用模版的front-matter中加入当页的Keywords设置。

This commit is contained in:
徐涛 2021-05-20 15:06:42 +08:00
parent 848534a94f
commit f3c012fbe8
3 changed files with 3 additions and 0 deletions

View File

@ -2,4 +2,5 @@
title: {{ title }}
tags:
categories:
keywords: ''
---

View File

@ -1,4 +1,5 @@
---
title: {{ title }}
date: {{ date }}
keywords: ''
---

View File

@ -3,4 +3,5 @@ title: {{ title }}
date: {{ date }}
tags:
categories:
keywords: ''
---