File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h2>{{ previousTag }} ({{ counter }})</h2>
17
17
< ul >
18
18
{% for p in site[page.collection] %}
19
19
{% if p.tags contains previousTag %}
20
- < li > < a href ="{{ p.url }} "> < span class ="archive-entry "> {{ p.title }}</ span > </ a > </ li >
20
+ < li > < a href ="{{site.baseurl}} {{ p.url }} "> < span class ="archive-entry "> {{ p.title }}</ span > </ a > </ li >
21
21
{% endif %}
22
22
{% endfor %}
23
23
</ ul >
@@ -30,7 +30,7 @@ <h2>{{ currentTag }} ({{ counter }})</h2>
30
30
< ul >
31
31
{% for p in site[page.collection] %}
32
32
{% if p.tags contains currentTag %}
33
- < li > < a href ="{{ p.url }} "> < span class ="archive-entry "/> {{ p.title }}</ span > </ a > </ li >
33
+ < li > < a href ="{{site.baseurl}} {{ p.url }} "> < span class ="archive-entry "/> {{ p.title }}</ span > </ a > </ li >
34
34
{% endif %}
35
35
{% endfor %}
36
36
</ ul >
You can’t perform that action at this time.
0 commit comments