summaryrefslogtreecommitdiff
path: root/_layouts.gemini/page.html
diff options
context:
space:
mode:
authoruvok cheetah2025-06-22 14:28:33 +0200
committeruvok cheetah2025-06-22 14:28:33 +0200
commitc3e34ca596f0032e707d8563c33bbd7f736ed7ca (patch)
treed1189aac4b9339c106bebc5a0d647459c965a98b /_layouts.gemini/page.html
parentbaa5612f50704950d483af06bb92c9c8dd8b8ef8 (diff)
Prepare Gemini postings
Diffstat (limited to '_layouts.gemini/page.html')
-rw-r--r--_layouts.gemini/page.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/_layouts.gemini/page.html b/_layouts.gemini/page.html
new file mode 100644
index 0000000..dda953c
--- /dev/null
+++ b/_layouts.gemini/page.html
@@ -0,0 +1,9 @@
+---
+layout: default
+---
+ <h1 class="post-title">{{ page.title | escape }}</h1>
+
+ <div class="post-content">
+ {{ content }}
+ </div>
+