Browse Source

fix the home link at the bottom of blog posts..

main
John-Mark Gurney 3 years ago
parent
commit
6dfc31981f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layout/blog.j2

+ 1
- 1
layout/blog.j2 View File

@@ -39,7 +39,7 @@
Next
</a>
|
<a href="{{ base_url }}">Home</a>
<a href="{{ content_url('/') }}">Home</a>
|
<a class="next{{' disabled' if not resource.next_by_time }}"
title="{{ resource.next_by_time.meta.title }}"


Loading…
Cancel
Save