summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2015-02-12 19:12:22 +0100
committerGeert Hauwaerts <geert@hauwaerts.be>2015-02-12 19:12:22 +0100
commit76820ed6ae9a96e97c9cac54f8aec16bab694cfb (patch)
tree190febcc1951063b05455135faabbb125b31a27f /_layouts/post.html
parenta87582423462d55c97d76b57778caf97dcd97d69 (diff)
parent23d0b1ebd65f423ba8a78ace70cdb150d7be8efe (diff)
downloadirssi.github.io-76820ed6ae9a96e97c9cac54f8aec16bab694cfb.zip
Merge pull request #2 from nkuttler/nkuttler
Various updates to the site | I'll just merge since it seems sensible and I don't know of a way to preview the content before applying the PR. (let me know if you know how)
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index aa390ea..8e1bfd0 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,5 +2,6 @@
layout: default
---
-<h2>{{ page.title }}</h2>
-{{ page.content|markdownify }}
+<h1>{{ page.title }}</h1>
+{% include postmeta.html node=page %}
+{{ page.content | markdownify }}