File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
{% set selected_color = HEADER_COLOR %}
19
19
{% endif %}
20
20
21
- {% block canonical_url %}< link href ="{{ SITEURL }}/authors " rel ="canonical " /> {% endblock canonical_url %}
21
+ {% block canonical_url %}< link href ="{{ SITEURL }}/{{ AUTHORS_SAVE_AS }} " rel ="canonical " /> {% endblock canonical_url %}
22
22
23
23
{% block header %}
24
24
<!-- Page Header -->
Original file line number Diff line number Diff line change 18
18
{% set selected_color = HEADER_COLOR %}
19
19
{% endif %}
20
20
21
- {% block canonical_url %}< link href ="{{ SITEURL }}/categories " rel ="canonical " /> {% endblock canonical_url %}
21
+ {% block canonical_url %}< link href ="{{ SITEURL }}/{{ CATEGORIES_SAVE_AS }} " rel ="canonical " /> {% endblock canonical_url %}
22
22
23
23
{% block header %}
24
24
<!-- Page Header -->
Original file line number Diff line number Diff line change 18
18
{% set selected_color = HEADER_COLOR %}
19
19
{% endif %}
20
20
21
- {% block canonical_url %}< link href ="{{ SITEURL }}/tags " rel ="canonical " /> {% endblock canonical_url %}
21
+ {% block canonical_url %}< link href ="{{ SITEURL }}/{{ TAGS_SAVE_AS }} " rel ="canonical " /> {% endblock canonical_url %}
22
22
23
23
{% block header %}
24
24
<!-- Page Header -->
You can’t perform that action at this time.
0 commit comments