diff options
author | uvok cheetah | 2025-06-22 14:28:33 +0200 |
---|---|---|
committer | uvok cheetah | 2025-06-22 14:28:33 +0200 |
commit | c3e34ca596f0032e707d8563c33bbd7f736ed7ca (patch) | |
tree | d1189aac4b9339c106bebc5a0d647459c965a98b /_layouts.gemini/page.html | |
parent | baa5612f50704950d483af06bb92c9c8dd8b8ef8 (diff) |
Prepare Gemini postings
Diffstat (limited to '_layouts.gemini/page.html')
-rw-r--r-- | _layouts.gemini/page.html | 9 |
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> + |