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