Updated example/settings.toml for new required key.
This commit is contained in:
parent
552ccffbed
commit
fb55d1bd49
@ -82,5 +82,6 @@ enabled = true
|
|||||||
use_atom = false
|
use_atom = false
|
||||||
limit = 10 # include the most recent n posts
|
limit = 10 # include the most recent n posts
|
||||||
title="Your Microblog Title Here"
|
title="Your Microblog Title Here"
|
||||||
|
title_tagged = "#{__tagname__} on {__title__}"
|
||||||
url = "https://yourdomain.tld/microblog/"
|
url = "https://yourdomain.tld/microblog/"
|
||||||
description = "Your description here."
|
description = "Your description here."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user