forked from deadvey/blogger-nodejs
better first time xp
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user