Updated example/settings.toml for new required key.

This commit is contained in:
likho 2025-07-13 18:11:31 -07:00
parent 552ccffbed
commit fb55d1bd49

View File

@ -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."