format indiactors

This commit is contained in:
deadvey 2025-07-15 01:29:38 +01:00
parent 09ab903815
commit 9a1bc97b99
2 changed files with 3 additions and 1 deletions

View File

@ -43,6 +43,7 @@ In action on my website: [deadvey.com](https://deadvey.com)<br/>
* %N - the username of the user (poster) * %N - the username of the user (poster)
* %P - URL to create a new post * %P - URL to create a new post
* %O - URL to edit this post * %O - URL to edit this post
* %Q - URL to sign up
* %R - Site wide RSS feed * %R - Site wide RSS feed
* %S - post seperator as defined by post_seperator * %S - post seperator as defined by post_seperator
* %T - Title * %T - Title

View File

@ -38,8 +38,9 @@ export const time_zone = "+0000"
// %L - URL Permanent link to the post // %L - URL Permanent link to the post
// %M - comments // %M - comments
// %N - the username of the user (poster) // %N - the username of the user (poster)
// %P - URL to create a new post
// %O - URL to edit this post // %O - URL to edit this post
// %P - URL to create a new post
// %Q - URL to sign up
// %R - Site wide RSS feed // %R - Site wide RSS feed
// %S - post seperator as defined by post_seperator // %S - post seperator as defined by post_seperator
// %T - Title // %T - Title