From d387f29d7da136b83012e07c0d61f393670bd9d3 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 22 Nov 2021 15:21:01 -0600 Subject: [PATCH] Update archetypes for taxonomies --- archetypes/authors/_index.md | 13 ++++++++++--- archetypes/series/_index.md | 13 ++++++++++--- archetypes/tags/_index.md | 13 ++++++++++--- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/archetypes/authors/_index.md b/archetypes/authors/_index.md index 17f8404..c1386e6 100644 --- a/archetypes/authors/_index.md +++ b/archetypes/authors/_index.md @@ -2,7 +2,14 @@ title: {{ replace .Name "-" " " | title }} -description: >- - A short description about the author. - --- + +A short description about the author. + + + +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 (``) +or else the summary won't be shown. diff --git a/archetypes/series/_index.md b/archetypes/series/_index.md index 2162c2a..c2f86ae 100644 --- a/archetypes/series/_index.md +++ b/archetypes/series/_index.md @@ -2,7 +2,14 @@ title: {{ replace .Name "-" " " | title }} -description: >- - Some information about the series. - --- + +Some information about the series. + + + +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 (``) +or else the summary won't be shown. diff --git a/archetypes/tags/_index.md b/archetypes/tags/_index.md index ca29993..3e8c711 100644 --- a/archetypes/tags/_index.md +++ b/archetypes/tags/_index.md @@ -2,7 +2,14 @@ title: {{ replace .Name "-" " " | title }} -description: >- - A description of what the tag is. - --- + +A short summary of what the tag is. + + + +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 (``) +or else the summary won't be shown.