enhance:在常用模版的front-matter中加入当页的Keywords设置。
This commit is contained in:
parent
848534a94f
commit
f3c012fbe8
|
@ -2,4 +2,5 @@
|
|||
title: {{ title }}
|
||||
tags:
|
||||
categories:
|
||||
keywords: ''
|
||||
---
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: {{ title }}
|
||||
date: {{ date }}
|
||||
keywords: ''
|
||||
---
|
||||
|
|
|
@ -3,4 +3,5 @@ title: {{ title }}
|
|||
date: {{ date }}
|
||||
tags:
|
||||
categories:
|
||||
keywords: ''
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue
Block a user