aboutsummaryrefslogtreecommitdiff
path: root/template/post.template
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-24 23:40:11 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2024-07-24 23:40:11 -0400
commitb736068ee7b82e05c2ede8bc48ace7ffa4709e29 (patch)
treeeaa3cce9fdd9973043a7a55613584f90f6598a20 /template/post.template
downloadnotekins-b736068ee7b82e05c2ede8bc48ace7ffa4709e29.tar.xz
Initial commit.
Diffstat (limited to 'template/post.template')
-rw-r--r--template/post.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/post.template b/template/post.template
new file mode 100644
index 0000000..64a10f4
--- /dev/null
+++ b/template/post.template
@@ -0,0 +1,7 @@
+ <div class="block TText" style="display:block;">
+ @POST_CONTENT@
+ <br>
+ @MEDIA_CONTAINER@
+ <div style="display:table;width:100%;table-layout:fixed;"><span class="left">@POST_TAGS@</span>
+ <span class="right date">@POST_DATE_FORMATTED@ <a class="anch" href="?post=@POST_DATE_TIMESTAMP@">ยง</a></span></div>
+ </div>