set canonical url for 2.3 release

This commit is contained in:
samccann 2022-06-23 14:49:04 -04:00 committed by Matt Clay
parent 89424880ff
commit 1e8aa2499e
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
<link rel="shortcut icon" href="{{ pathto('_static/' + favicon, 1) }}"/>
{% endif %}
<link rel="canonical" href="https://docs.ansible.com/ansible/latest/{{ pagename }}.html"/>
{# CSS #}
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>