aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-02 21:27:25 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-02 21:27:25 -0400
commitb491bc61eabc74ad650e0a959bf46853736d47ab (patch)
tree78d9192415920b5dfc5ca9fc82a00a2cfca87bdd /index.html
parent1011dd7fac72fc38a3e0d24f89a8ccd8b6168cd5 (diff)
downloadkompetenzbolzen.github.io-b491bc61eabc74ad650e0a959bf46853736d47ab.tar.gz
Updating index.html links to include baseurl
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index dedafef..b58f7ba 100644
--- a/index.html
+++ b/index.html
@@ -6,13 +6,13 @@ layout: default
{% for post in site.posts %}
<article class="post">
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <h1><a href="{{ site.baseurl }}/{{ post.url }}">{{ post.title }}</a></h1>
<div class="entry">
{{ post.content | truncatewords:40}}
</div>
- <a href="{{ post.url }}" class="read-more">Read More</a>
+ <a href="{{ site.baseurl }}/{{ post.url }}" class="read-more">Read More</a>
</article>
{% endfor %}
</div> \ No newline at end of file