File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 {% set selected_color = HEADER_COLOR %}
1919{% endif %}
2020
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 %}
2222
2323{% block header %}
2424 <!-- Page Header -->
Original file line number Diff line number Diff line change 1818 {% set selected_color = HEADER_COLOR %}
1919{% endif %}
2020
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 %}
2222
2323{% block header %}
2424 <!-- Page Header -->
Original file line number Diff line number Diff line change 1818 {% set selected_color = HEADER_COLOR %}
1919{% endif %}
2020
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 %}
2222
2323{% block header %}
2424 <!-- Page Header -->
You can’t perform that action at this time.
0 commit comments