diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-24 15:23:58 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-24 15:25:11 +0200 |
commit | cb234542f7d9f312f793d9f6032083d7301d9de9 (patch) | |
tree | 8fa8b3f4327def1236389d318e9727f176af0e3e /_articles | |
parent | c720965981a401c1afbb095476c2fba7f27c9bf0 (diff) | |
download | irssi.github.io-cb234542f7d9f312f793d9f6032083d7301d9de9.zip |
- replace "whatsnew" with yaml
- replace settings nav with php
- add 404
Diffstat (limited to '_articles')
-rw-r--r-- | _articles/2015-02-12-hacking-irssi.org.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_articles/2015-02-12-hacking-irssi.org.markdown b/_articles/2015-02-12-hacking-irssi.org.markdown index fe93aef..1e37e73 100644 --- a/_articles/2015-02-12-hacking-irssi.org.markdown +++ b/_articles/2015-02-12-hacking-irssi.org.markdown @@ -38,4 +38,6 @@ Notes <!-- Yeah, it's really weird how liquid renders the curly braces below... --> -All urls should be prefixed with `{{ "{{" }} site.baseurl {{ }} }}`. +{% raw %} +All urls should be prefixed with `{{ site.baseurl }}`. +{% endraw %} |