aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-02 21:29:46 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-02 21:29:46 -0400
commit9e75552839ede3412025b10ade59ff4ba2d08e7e (patch)
tree4cc338dcab99fa4962aa635cdd430e10b119bead
parentb491bc61eabc74ad650e0a959bf46853736d47ab (diff)
downloadkompetenzbolzen.github.io-9e75552839ede3412025b10ade59ff4ba2d08e7e.tar.gz
Don't need the /
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b58f7ba..0e3e137 100644
--- a/index.html
+++ b/index.html
@@ -6,13 +6,13 @@ layout: default
{% for post in site.posts %}
<article class="post">
- <h1><a href="{{ site.baseurl }}/{{ 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="{{ site.baseurl }}/{{ 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