Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/theme/html/post.html
diff options
context:
space:
mode:
authorIvan Davydov <lotigara@lotigara.ru>2025-06-24 14:03:34 +0300
committerIvan Davydov <lotigara@lotigara.ru>2025-06-24 14:03:34 +0300
commita2e3bec40f5851be70299e7513967a0f5d042bf9 (patch)
tree5234a58ac93fa6c4752075a5128f183da0725c13 /theme/html/post.html
Initial commitmaster
Diffstat (limited to 'theme/html/post.html')
-rw-r--r--theme/html/post.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/html/post.html b/theme/html/post.html
new file mode 100644
index 0000000..05d76c3
--- /dev/null
+++ b/theme/html/post.html
@@ -0,0 +1,8 @@
+<!-- post -->
+<div class="post">
+ <h1><a href="{{s_root}}/{{url}}/">{{title}}</a></h1>
+ <div class="content">
+{{html}}
+ </div>
+</div>
+<!-- /post -->