summaryrefslogtreecommitdiff
path: root/_layouts.gemini/page.html
diff options
context:
space:
mode:
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>
+