diff options
Diffstat (limited to 'template/post.template')
-rw-r--r-- | template/post.template | 7 |
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> |