diff options
Diffstat (limited to 'articles/index.markdown')
-rw-r--r-- | articles/index.markdown | 2 |
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 %} |