better first time xp

This commit is contained in:
2025-07-13 00:21:53 +01:00
parent bcaa3487dd
commit f2f244eb9d
4 changed files with 168 additions and 9 deletions

View File

@@ -43,9 +43,9 @@ export const time_zone = "+0000"
// %S - post seperator as defined by post_seperator
// %T - Title
// %U - URL the the user (poster)
// %W - Site Description as defined by site_description
// %X - Comment submission box
// %Y - Site Name as defined by site_name
// %W - Site Description as defined by site_description
// %Z - Attribution (to me) and source code link and license
export const timeline_header = `<h1>%Y</h1>
@@ -63,6 +63,8 @@ export const user_post_format = `<h2>%T</h2>
<p>%C</p>
<i>%B</i><br/>
<a href="%L">Permalink</a><br/>
%X
%M
%S`
export const post_page_format = `<h1>%T</h1>
<p>%C</p>
@@ -79,6 +81,8 @@ export const timeline_post_format = `<h3>%T</h3>
<p>%C</p>
<a href="%L">Permalink</a><br/>
<i>By <a href="%U">%N</a></i>
%X
%M
%S`
export const tag_post_format = `<h3>%T</h3>
<p>%C</p>