Skip to content

Commit

Permalink
Missing a baseurl in read more link
Browse files Browse the repository at this point in the history
  • Loading branch information
yafred authored Nov 6, 2016
1 parent e1a5e33 commit bb621b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>{{ page.title }}</h1>
<a href="#panel{{ counter }}"><span class="iconfont"></span> {% if post.subheadline %}{{ post.subheadline }} › {% endif %}<strong>{{ post.title }}</strong></a>
<div id="panel{{ counter }}" class="content">
{% if post.meta_description %}{{ post.meta_description | strip_html | escape }}{% elsif post.teaser %}{{ post.teaser | strip_html | escape }}{% endif %}
<a href="{{ site.url }}{{ post.url }}" title="Read {{ post.title | escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br>
<a href="{{ site.url }}{{ site.baseurl }}{{ post.url }}" title="Read {{ post.title | escape_once }}"><strong>{{ site.data.language.read_more }}</strong></a><br><br>
</div>
</dd>
{% assign counter=counter | plus:1 %}
Expand Down

0 comments on commit bb621b2

Please sign in to comment.