File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ <h2><a href="{{ site.url }}{{ post.url }}">{% if site.titlecase %}{{ post.title
3
3
< time datetime ="{{ post.date | datetime | date_to_xmlschema }} " pubdate > {{ post.date | date: "< span class ='month '> %b</ span > < span class ='day '> %d</ span > < span class ='year '> %Y</ span > "}}</ time >
4
4
{% if category != '0' %}
5
5
< footer >
6
- < span class ="categories meta "> posted in {{ post.categories | category_links }}</ span >
6
+ < span class ="categories meta "> posted in {{ post.categories | category_links | expand_urls: site.url }}</ span >
7
7
</ footer >
8
8
{% endif %}
Original file line number Diff line number Diff line change 5
5
{% if post %}
6
6
{{ post.categories | category_links }}
7
7
{% else %}
8
- {{ page.categories | category_links }}
8
+ {{ page.categories | category_links | expand_urls: root_url }}
9
9
{% endif %}
10
10
</ span >
11
11
{% endunless %}
You can’t perform that action at this time.
0 commit comments