File tree 2 files changed +4
-4
lines changed
themes/vocabulary_theme/templates
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ <h2 class="is-paddingless level-left">
7
7
{{ this.title }}
8
8
</ h2 >
9
9
< span class ="level-right ">
10
- < a class ="posts-link " href ="/blog "> See all posts < i class ="icon angle-right "> </ i > </ a >
10
+ < a class ="posts-link " href ="/blog/entries "> See all posts < i class ="icon angle-right "> </ i > </ a >
11
11
</ span >
12
12
</ div >
13
13
< div class ="columns ">
@@ -38,4 +38,4 @@ <h4 class="b-header"><a class="blog-title" href="{{ post|url }}">{{ post.title }
38
38
{% endfor %}
39
39
</ div >
40
40
</ div >
41
- </ section >
41
+ </ section >
Original file line number Diff line number Diff line change 65
65
</ div >
66
66
< div class ="navbar-menu ">
67
67
< div class ="navbar-end ">
68
- < a class ="navbar-item {% if this.is_child_of('/blog') %} is-active{% endif%} " href ="{{ '/blog'|url }} ">
68
+ < a class ="navbar-item {% if this.is_child_of('/blog') %} is-active{% endif%} " href ="{{ '/blog/entries '|url }} ">
69
69
Blog
70
70
</ a >
71
71
< div class ="navbar-item has-dropdown is-hoverable ">
214
214
< nav class ="footer-navigation ">
215
215
< ul class ="menu ">
216
216
< li >
217
- < a href ="{{ '/blog'|url }} " class ="menu-item "> Blog</ a >
217
+ < a href ="{{ '/blog/entries '|url }} " class ="menu-item "> Blog</ a >
218
218
</ li >
219
219
< li >
220
220
< a href ="{{ '/community/community-team'|url }} " class ="menu-item "> Community Team</ a >
You can’t perform that action at this time.
0 commit comments