File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
themes/vocabulary_theme/templates Expand file tree Collapse file tree 2 files changed +12
-9
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 in series "{{ this.name }}"</ h2 >
9
- {{ render_posts(this.children) }}
10
- < hr >
11
- < strong > < a href ="{{ this.parent|url }} "> All Series</ a > </ strong >
6
+ < div class ="all-series ">
7
+ < div class ="title ">
8
+ < div class ="container ">
9
+ < h1 > All posts in series "{{ this.name }}"</ h1 >
10
+ < a class ="button small margin-top-bigger " href ="{{ this.parent|url }} "> See all series</ a >
11
+ </ div >
12
+ </ div >
13
+ < div class ="series-list container ">
14
+ {{ render_posts(this.children) }}
15
+ </ div >
16
+ </ div >
12
17
{% endblock %}
Original file line number Diff line number Diff line change @@ -196,9 +196,7 @@ code {
196
196
197
197
.blog-entries {
198
198
.column {
199
- & :not (:nth-last-child (-n+3 )) {
200
- border-bottom : 0.1875rem solid $color-light-gray !important ;
201
- }
199
+ border-bottom : 0.1875rem solid $color-light-gray ;
202
200
}
203
201
204
202
.blog-entry {
You can’t perform that action at this time.
0 commit comments