format indiactors
This commit is contained in:
parent
09ab903815
commit
9a1bc97b99
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user