diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 18:15:17 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 19:01:08 +0100 |
commit | 23d0b1ebd65f423ba8a78ace70cdb150d7be8efe (patch) | |
tree | 190febcc1951063b05455135faabbb125b31a27f /_layouts | |
parent | 9a01c0844418115e152d90793f72dad6a9e86229 (diff) | |
download | irssi.github.io-23d0b1ebd65f423ba8a78ace70cdb150d7be8efe.zip |
Add articles collection
Display optional web address instead of email as article contributors might
not want to see their email address on the www.
Also add an article index page.
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 5cf11df..8e1bfd0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,6 +2,6 @@ layout: default --- -<h2>{{ page.title }}</h2> +<h1>{{ page.title }}</h1> {% include postmeta.html node=page %} {{ page.content | markdownify }} |