Skip to content

Commit

Permalink
Fixed missing relative_url links
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Mar 10, 2021
1 parent a14010e commit 5e53385
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/post.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
{%-endfor-%}

<p class="text-center" style="margin-top: 2em;">
<a class="btn btn-lg btn-default" href="/news/archive/">
<a class="btn btn-lg btn-default" href="{{ '/news/archive/' | relative_url }}">
<i class="fa fa-calendar fa-fw"></i>{{ t.news_archive }}</a>
</p>
2 changes: 1 addition & 1 deletion _includes/post_recent.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
{%-endfor-%}

<p class="text-center" style="margin-top: 2em;">
<a class="btn btn-lg btn-default" href="/news/archive/">
<a class="btn btn-lg btn-default" href="{{ '/news/archive/' | relative_url }}">
<i class="fa fa-calendar fa-fw"></i>{{ t.news_archive }}</a>
</p>

0 comments on commit 5e53385

Please sign in to comment.