Skip to content

Commit

Permalink
Fix hyperlinks. Closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaldas committed Oct 18, 2018
1 parent 21cedc4 commit 1e71ed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/container.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3 class="mb-0">
{% endif %}
<div class="btn-group">
<p align="right">
<button type="button" class="btn btn-primary btn-sm"><a href="{{ post.url | prepend: site.baseurl }}">Continue reading</a></button>
<button type="button" class="btn btn-primary btn-sm" href="{{ post.url | prepend: site.baseurl }}">Continue reading</button>
</p>
</div>
</div>
Expand All @@ -34,4 +34,4 @@ <h3 class="mb-0">
{% endfor %}
</div>
<!-- Pagination -->
{% include pagination.html %}
{% include pagination.html %}

0 comments on commit 1e71ed0

Please sign in to comment.