Skip to content

Commit

Permalink
fix: no index content on search page (#784)
Browse files Browse the repository at this point in the history
Align furo theme to the basic theme
  • Loading branch information
kryskool committed Apr 18, 2024
1 parent 151f523 commit 035b276
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/furo/theme/furo/search.html
Expand Up @@ -27,3 +27,8 @@
{{ super() }}
<script src="{{ pathto('searchindex.js', 1) }}"></script>
{%- endblock scripts %}

{% block site_meta %}
{{ super() }}
<meta name="robots" content="noindex" />
{% endblock site_meta %}

0 comments on commit 035b276

Please sign in to comment.