We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8402882 commit 287f002Copy full SHA for 287f002
src/pydata_sphinx_theme/theme/pydata_sphinx_theme/layout.html
@@ -33,6 +33,7 @@
33
{%- block extrahead %}
34
<meta name="viewport" content="width=device-width, initial-scale=1"/>
35
<meta name="docsearch:language" content="{{ language }}"/>
36
+ <meta name="docsearch:version" content="{{ version }}" />
37
{%- if last_updated %}
38
<meta name="docbuild:last-update" content="{{ last_updated | e }}"/>
39
{%- endif %}
0 commit comments