From 9a1bc97b99ed29eb09c9e8e301b37c4d9afb06c2 Mon Sep 17 00:00:00 2001 From: deadvey Date: Tue, 15 Jul 2025 01:29:38 +0100 Subject: [PATCH] format indiactors --- README.md | 1 + example-config.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edac7ff..8a9bfb8 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ In action on my website: [deadvey.com](https://deadvey.com)
* %N - the username of the user (poster) * %P - URL to create a new post * %O - URL to edit this post +* %Q - URL to sign up * %R - Site wide RSS feed * %S - post seperator as defined by post_seperator * %T - Title diff --git a/example-config.js b/example-config.js index 43928ca..1171d86 100755 --- a/example-config.js +++ b/example-config.js @@ -38,8 +38,9 @@ export const time_zone = "+0000" // %L - URL Permanent link to the post // %M - comments // %N - the username of the user (poster) -// %P - URL to create a new post // %O - URL to edit this post +// %P - URL to create a new post +// %Q - URL to sign up // %R - Site wide RSS feed // %S - post seperator as defined by post_seperator // %T - Title