Blog Post Authors Module

This module display the post's authors on the top or bottom of content.

Modulegithub.com/hbstack/blog/modules/post-authors
Repository⭐ Please consider giving a star if your like it.
Stars
Version
Used by
Requirements
License
UsageSee how to use modules.

HB blog post authors module example
Post Authors Example

Site Parameters

hb.blog.post_authors.position

NameContextTypeRequiredDefaultSince
hb.blog.post_authors.position-string-top-

The position to place the authors information.

Available options: top, bottom.

Site Parameters Example

params.toml

1[hb]
2  [hb.blog]
3    [hb.blog.post_authors]
4      position = 'top'

params.yaml

1hb:
2  blog:
3    post_authors:
4      position: top

params.json

1{
2   "hb": {
3      "blog": {
4         "post_authors": {
5            "position": "top"
6         }
7      }
8   }
9}
razonyang
Friday, July 5, 2024 Saturday, April 27, 2024