summaryrefslogtreecommitdiff
path: root/articles/index.markdown
diff options
context:
space:
mode:
authorNicolas Kuttler <git@kuttler.eu>2015-02-12 22:40:15 +0100
committerNicolas Kuttler <git@kuttler.eu>2015-02-12 22:46:36 +0100
commit8c28becbb86e6cdb910cbb12221067b08cf43923 (patch)
tree3c6dbd8aeb1dfbd00e409938c0715bcef1510e2f /articles/index.markdown
parent76820ed6ae9a96e97c9cac54f8aec16bab694cfb (diff)
downloadirssi.github.io-8c28becbb86e6cdb910cbb12221067b08cf43923.zip
Use the base url setting everywhere
With this merged all one has to do to serve the project as a github project page is to set the baseurl value to /project-name in _config.yml See http://nkuttler.github.io/irssi.github.io/
Diffstat (limited to 'articles/index.markdown')
-rw-r--r--articles/index.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/index.markdown b/articles/index.markdown
index 1f8c44f..a8fcfde 100644
--- a/articles/index.markdown
+++ b/articles/index.markdown
@@ -7,5 +7,5 @@ Articles
========
{% for article in site.articles %}
-- [{{ article.title }}]({{ article.url }})
+- [{{ article.title }}]({{ site.baseurl }}{{ article.url }})
{% endfor %}