Update for content
This commit is contained in:
@ -4,7 +4,7 @@ description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
images: {{ .Site.Params.images }}
|
||||
authors: [""]
|
||||
---
|
||||
|
||||
|
@ -3,5 +3,5 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
images: {{ .Site.Params.images }}
|
||||
---
|
||||
|
@ -4,7 +4,7 @@ description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
images: {{ .Site.Params.images }}
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
|
Reference in New Issue
Block a user