Update archetypes for taxonomies

This commit is contained in:
BBaoVanC 2021-11-22 15:21:01 -06:00
parent 15d58effcf
commit d387f29d7d
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
3 changed files with 30 additions and 9 deletions

View File

@ -2,7 +2,14 @@
title: {{ replace .Name "-" " " | title }}
description: >-
A short description about the author.
---
A short description about the author.
<!--more-->
Optionally provide more information about the author here. This part will only
show on the author page, not on the authors list page.
If you delete this section, DO NOT delete the summary separator (`<!--more-->`)
or else the summary won't be shown.

View File

@ -2,7 +2,14 @@
title: {{ replace .Name "-" " " | title }}
description: >-
Some information about the series.
---
Some information about the series.
<!--more-->
Optionally provide more information about the series here. This part will only
show on the series page, not on the series list page.
If you delete this section, DO NOT delete the summary separator (`<!--more-->`)
or else the summary won't be shown.

View File

@ -2,7 +2,14 @@
title: {{ replace .Name "-" " " | title }}
description: >-
A description of what the tag is.
---
A short summary of what the tag is.
<!--more-->
Optionally provide more information about the tag here. This part will only show
on the tag page, not on the tags list page.
If you delete this section, DO NOT delete the summary separator (`<!--more-->`)
or else the summary won't be shown.