This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix the home link at the bottom of blog posts..
main
John-Mark Gurney
3 years ago
parent
59ecb12a97
commit
6dfc31981f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 }}"
Write
Preview
Loading…
Cancel
Save