Skip to content

Commit

Permalink
ENH add algolia docsearch version meta tag (pydata#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie-XIAO authored and gabalafou committed Oct 6, 2024
1 parent 4c3a874 commit c76f748
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{%- block extrahead %}
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="{{ language }}"/>
<meta name="docsearch:version" content="{{ version }}" />
{%- if last_updated %}
<meta name="docbuild:last-update" content="{{ last_updated | e }}"/>
{%- endif %}
Expand Down

0 comments on commit c76f748

Please sign in to comment.