From fb55d1bd49efc5721ee5df8b720c6f406da7e818 Mon Sep 17 00:00:00 2001 From: likho Date: Sun, 13 Jul 2025 18:11:31 -0700 Subject: [PATCH] Updated example/settings.toml for new required key. --- example/settings.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/example/settings.toml b/example/settings.toml index 474a953..b519867 100644 --- a/example/settings.toml +++ b/example/settings.toml @@ -82,5 +82,6 @@ enabled = true use_atom = false limit = 10 # include the most recent n posts title="Your Microblog Title Here" +title_tagged = "#{__tagname__} on {__title__}" url = "https://yourdomain.tld/microblog/" description = "Your description here."