mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 01:47:28 -05:00
Support descriptions for taxonomies
This commit is contained in:
8
archetypes/authors/_index.md
Normal file
8
archetypes/authors/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
|
||||
description: >-
|
||||
A short description about the author.
|
||||
|
||||
---
|
8
archetypes/series/_index.md
Normal file
8
archetypes/series/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
|
||||
description: >-
|
||||
Some information about the series.
|
||||
|
||||
---
|
8
archetypes/tags/_index.md
Normal file
8
archetypes/tags/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
|
||||
description: >-
|
||||
A description of what the tag is.
|
||||
|
||||
---
|
Reference in New Issue
Block a user