From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Mon, 7 Apr 2025 20:58:50 +0000 (+0100) Subject: gh-130521: Add Open Graph meta tags to template pages (#130523) X-Git-Tag: v3.14.0a7~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5639d87f59043d3075dbd3d9075f30e872dd91a;p=thirdparty%2FPython%2Fcpython.git gh-130521: Add Open Graph meta tags to template pages (#130523) 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 %}