File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
{% block header %}{{ this.parent.title }}{% endblock %}
4
4
{% block body %}
5
5
< h2 class ="mb-0 "> {{ this.title }}</ h2 >
6
- < p class ="meta text-muted mt-0 "> by {{ this.author }} on {{ this.pub_date|dateformat('full') }}</ p >
6
+ < p class ="meta text-muted mt-0 "> by < a href ="/blog/authors/{{ this.author }} "> {{ this.author }}</ a >
7
+ on {{ this.pub_date|dateformat('full') }}</ p >
7
8
< div class ="body "> {{ this.body }}</ div >
8
9
< hr >
9
10
< p class ="meta mt-0 mb-0 "> < span class ="text-muted "> Categories: </ span >
Original file line number Diff line number Diff line change 7
7
{% for post in this.pagination.items %}
8
8
< li >
9
9
< a href ="{{ post|url }} "> {{ post.title }}</ a >
10
- < p class ="text-muted small "> by {{ post.author }} on {{ post.pub_date|dateformat("YYYY-MM-dd") }}</ p >
10
+ < p class ="text-muted small "> by < a href ="/blog/authors/{{ post.author }} "> {{ post.author }}</ a >
11
+ on {{ post.pub_date|dateformat("YYYY-MM-dd") }}</ p >
11
12
</ li >
12
13
{% endfor %}
13
14
</ ul >
You can’t perform that action at this time.
0 commit comments