summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-13 00:17:53 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-13 00:17:53 +0100
commit6a610e5595c5a1c9433994dca144657cba489f8e (patch)
tree777f9a3cd03581b831f69c0749fa000009e301f1 /_layouts
parente5fd3b330b54926123abaa4bee998d8b5d8ef089 (diff)
downloadirssi.github.io-6a610e5595c5a1c9433994dca144657cba489f8e.zip
Add page layout and several pages
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
new file mode 100644
index 0000000..ac875a1
--- /dev/null
+++ b/_layouts/page.html
@@ -0,0 +1,6 @@
+---
+layout: default
+---
+
+<h1>{{ page.title }}</h1>
+{{ page.content | markdownify }}