From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:05:15 +0000 (+0200) Subject: [3.13] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#132239) X-Git-Tag: v3.13.3~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53555f219900edc38cac381066ab2f0c26389ccf;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-130521: Add Open Graph meta tags to template pages (GH-130523) (#132239) gh-130521: Add Open Graph meta tags to template pages (GH-130523) (cherry picked from commit f5639d87f59043d3075dbd3d9075f30e872dd91a) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- diff --git a/Doc/tools/templates/download.html b/Doc/tools/templates/download.html index 45ec436fee72..4645f7d394e2 100644 --- a/Doc/tools/templates/download.html +++ b/Doc/tools/templates/download.html @@ -12,6 +12,20 @@ {% set dl_version = release %} {% endif %} +{%- block extrahead -%} + {{ super() }} + + + + + + + + + + +{%- endblock -%} + {% block body %}
diff --git a/Doc/tools/templates/search.html b/Doc/tools/templates/search.html index 6ddac5f828ba..8ff7622389bc 100644 --- a/Doc/tools/templates/search.html +++ b/Doc/tools/templates/search.html @@ -3,6 +3,16 @@ {{ super() }} + + + + + + + + + + {% endblock %} {% block searchresults %}