summaryrefslogtreecommitdiff
path: root/_layouts/page.html
diff options
context:
space:
mode:
authordmlunar <root@lunar.sh>2025-03-14 13:56:27 +0200
committerdmlunar <root@lunar.sh>2025-08-08 16:16:49 +0200
commit994b347557ccf03af0cd910d8ba50d127b7a61dd (patch)
tree9ece6c3e1b6bf5477737df137df0536b0c8e9559 /_layouts/page.html
downloadjournal.lunar.sh-994b347557ccf03af0cd910d8ba50d127b7a61dd.tar.gz
journal.lunar.sh-994b347557ccf03af0cd910d8ba50d127b7a61dd.zip
journal: initial commitHEADmain
initial commit.
Diffstat (limited to '_layouts/page.html')
-rw-r--r--_layouts/page.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..f7d23e8
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,14 @@
+---
+layout: default
+---
+
+<div id="main" role="main" class="main">
+<article class="page">
+
+ <h1>{{ page.title }}</h1>
+
+ <div class="entry">
+ {{ content }}
+ </div>
+</article>
+</div>