From ac3f12a7c0f70511eafec13dce83946c111cbda2 Mon Sep 17 00:00:00 2001 From: Lain Iwakura Date: Sun, 15 Mar 2026 19:00:16 +0300 Subject: feat: initial + ci --- templates/feed.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/feed.html (limited to 'templates/feed.html') diff --git a/templates/feed.html b/templates/feed.html new file mode 100644 index 0000000..2a7d335 --- /dev/null +++ b/templates/feed.html @@ -0,0 +1,41 @@ + + + + +{{website.title}} + + + + +
+  _      _      
+ | |__ _(_)_ _  
+ | / _` | | ' \ 
+ |_\__,_|_|_||_|
+
+ +{{#posts}} +{{title}} - {{description}}
+{{/posts}} +{{^posts}} +no posts yet... +{{/posts}} + + -- cgit v1.3