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 }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
# Description will appear in the meta tags and below the title in the blog list
|
||||||
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 }}
|
date: {{ .Date }}
|
||||||
lastmod:
|
lastmod:
|
||||||
draft: true
|
draft: true
|
||||||
|
@ -28,9 +35,4 @@ authors:
|
||||||
# - ditatompel
|
# - ditatompel
|
||||||
---
|
---
|
||||||
|
|
||||||
Summary.
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
---
|
|
||||||
|
|
||||||
Content.
|
Content.
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
# linkTitle:
|
# 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 }}
|
date: {{ .Date }}
|
||||||
lastmod:
|
lastmod:
|
||||||
draft: true
|
draft: true
|
||||||
|
@ -32,9 +38,4 @@ authors:
|
||||||
# - ditatompel
|
# - ditatompel
|
||||||
---
|
---
|
||||||
|
|
||||||
Summary.
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
---
|
|
||||||
|
|
||||||
Content.
|
Content.
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
description:
|
|
||||||
# linkTitle:
|
# 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 }}
|
date: {{ .Date }}
|
||||||
lastmod:
|
lastmod:
|
||||||
draft: true
|
draft: true
|
||||||
|
@ -31,9 +37,4 @@ authors:
|
||||||
# - ditatompel
|
# - ditatompel
|
||||||
---
|
---
|
||||||
|
|
||||||
Summary.
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
---
|
|
||||||
|
|
||||||
Content.
|
Content.
|
||||||
|
|
Loading…
Reference in a new issue