Skip to content

Commit

Permalink
More.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael committed Jun 15, 2012
1 parent 74edce8 commit baaf79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<div class="article-navigation">
{% for item in site.categories.articles limit:40 offset:0 %}
<a class="article-link" href="{{site.root_dir}}{{item.url}}" title="{{item.title}}">
<a class="article-link" href="{{site.baseurl}}{{item.url}}" title="{{item.title}}">

</a>
{% endfor %}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div class="article-navigation">
{% for item in site.categories.articles limit:40 offset:0 %}
<a class="article-link" href="{{site.root_dir}}{{item.url}}" title="{{item.title}}">
<a class="article-link" href="{{site.baseurl}}{{item.url}}" title="{{item.title}}">

</a>
{% endfor %}
Expand Down

0 comments on commit baaf79c

Please sign in to comment.