File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 < link rel ="icon " href ="{{ pathto('_static/img/favicon-228x228.png', 1) }} " sizes ="192x192 " />
5454 < link rel ="apple-touch-icon " href ="{{ pathto('_static/img/favicon-228x228.png', 1) }} " />
5555 < meta name ="msapplication-TileImage " href ="{{ pathto('_static/img/favicon-228x228.png', 1) }} " />
56- < link rel ="canonical " href ="https://docs.scylladb.com/ " />
56+ {% if versions and latest_version %}
57+ {% set latest_slug = rename_latest_version or latest_version.name %}
58+ < link rel ="canonical " href ="{{ html_baseurl }}/{{latest_slug}}/{{ pagename }}.html "/>
59+ {% else %}
60+ < link rel ="canonical " href ="{{ html_baseurl }}/{{ pagename }}.html "/>
61+ {% endif %}
5762 < link rel ="
author "
href ="
mailto:[email protected] "
/> 5863
5964 {% block css %}
You can’t perform that action at this time.
0 commit comments