diff options
author | Ailin Nemui <ailin@linux.site> | 2015-06-14 23:04:52 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@linux.localdomain> | 2015-07-01 22:42:55 +0200 |
commit | aeefab4eb333d47d9d0af936e9e3f59cf86815e1 (patch) | |
tree | 993b072fc34e9449e1caac6d0e763cf5dde92a9e /_layouts/page.html | |
parent | 2c5262dcacc95f80f8c4736e1210ced4b609063e (diff) | |
download | irssi.github.io-aeefab4eb333d47d9d0af936e9e3f59cf86815e1.zip |
irssi-import
Diffstat (limited to '_layouts/page.html')
-rw-r--r-- | _layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html index ac875a1..4d41ccc 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -3,4 +3,4 @@ layout: default --- <h1>{{ page.title }}</h1> -{{ page.content | markdownify }} +{{ content }} |