mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Adding keywords and summary in archtypes
This commit is contained in:
parent
dd7184f75b
commit
0ec6578581
3 changed files with 22 additions and 18 deletions
|
@ -1,6 +1,13 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
# Description will appear in the meta tags and below the title in the blog list
|
||||
description:
|
||||
# Summary is used in the RSS description tag
|
||||
summary:
|
||||
# Keywords meta tags. If not specified, tags field will be used
|
||||
keywords:
|
||||
- example
|
||||
- example 2
|
||||
date: {{ .Date }}
|
||||
lastmod:
|
||||
draft: true
|
||||
|
@ -28,9 +35,4 @@ authors:
|
|||
# - ditatompel
|
||||
---
|
||||
|
||||
Summary.
|
||||
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
Content.
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
# linkTitle:
|
||||
description:
|
||||
description:
|
||||
# Summary is used in the RSS description tag
|
||||
summary:
|
||||
# Keywords meta tags. If not specified, tags field will be used
|
||||
keywords:
|
||||
- example
|
||||
- example 2
|
||||
date: {{ .Date }}
|
||||
lastmod:
|
||||
draft: true
|
||||
|
@ -32,9 +38,4 @@ authors:
|
|||
# - ditatompel
|
||||
---
|
||||
|
||||
Summary.
|
||||
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
Content.
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description:
|
||||
# linkTitle:
|
||||
description:
|
||||
# Summary is used in the RSS description tag
|
||||
summary:
|
||||
# Keywords meta tags. If not specified, tags field will be used
|
||||
keywords:
|
||||
- example
|
||||
- example 2
|
||||
date: {{ .Date }}
|
||||
lastmod:
|
||||
draft: true
|
||||
|
@ -31,9 +37,4 @@ authors:
|
|||
# - ditatompel
|
||||
---
|
||||
|
||||
Summary.
|
||||
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
Content.
|
||||
|
|
Loading…
Reference in a new issue