From 90c86ff575922681ab1243eb17f94e07e00e49b1 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 5 Mar 2019 11:05:26 -0500 Subject: [PATCH] Backport PR #13592: DOC: Make canonical URLs point to versioned path. --- doc/_templates/layout.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 2da65d8fd8e8..017214b07615 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -162,7 +162,11 @@

{{ _('Navigation') }}

{%- endif %} {%- endblock %} {%- block extrahead %} - +{%- if '+' in release %} + +{%- else %} + +{%- endif %} {% endblock %}