File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
{% from "macros/posts.html" import render_posts %}
3
- {% block title %}{{ this.parent.parent.children.get('entries').title + ' - ' + this.name }}{% endblock %}
3
+ {% block title %}{{ this.name + ' - ' + this. parent.parent.children.get('entries').title }}{% endblock %}
4
4
{% block header %}{{ this.parent.parent.children.get('entries').title }}{% endblock %}
5
5
{% block body %}
6
6
< h2 > Posts by {{ this.name }}</ h2 >
Original file line number Diff line number Diff line change 1
1
{% extends "layout.html" %}
2
2
{% from "macros/posts.html" import render_posts %}
3
- {% block title %}{{ this.parent.title }} - {{ this.name }}{% endblock %}
4
- {% block header %}{{ this.parent.title }}{% endblock %}
3
+ {% block title %}{{ this.name + ' - ' + this.parent.parent.children.get('entries').title }}{% endblock %}
4
+ {% block header %}{{ this.parent.parent.children.get('entries'). title }}{% endblock %}
5
5
{% block body %}
6
6
< h2 > All posts categorized "{{ this.name }}"</ h2 >
7
7
{{ render_posts(this.children) }}
You can’t perform that action at this time.
0 commit comments