File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
{% from "macros/posts.html" import render_posts %}
4
4
5
- {% block title %}{{ this.name + ' - ' + this.parent.parent.children.get('entries').title }}{% endblock %}
6
- {% block header %}{{ this.parent.parent.children.get('entries').title }}{% endblock %}
7
5
{% block body %}
8
- < h2 > All posts categorized "{{ this.name }}"</ h2 >
9
- {{ render_posts(this.children) }}
10
- < hr >
11
- < strong > < a href ="{{ this.parent|url }} "> All Categories</ a > </ strong >
6
+ < div class ="all-categories ">
7
+ < div class ="title ">
8
+ < div class ="container ">
9
+ < h1 > All posts categorized "{{ this.name }}"</ h1 >
10
+ < a class ="button small margin-top-bigger " href ="{{ this.parent|url }} "> See all categories</ a >
11
+ </ div >
12
+ </ div >
13
+ < div class ="categories-list container ">
14
+ {{ render_posts(this.children) }}
15
+ </ div >
16
+ </ div >
12
17
{% endblock %}
You can’t perform that action at this time.
0 commit comments