Skip to content

Commit 035b276

Browse files
authored
fix: no index content on search page (#784)
Align furo theme to the basic theme
1 parent 151f523 commit 035b276

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/furo/theme/furo/search.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@
2727
{{ super() }}
2828
<script src="{{ pathto('searchindex.js', 1) }}"></script>
2929
{%- endblock scripts %}
30+
31+
{% block site_meta %}
32+
{{ super() }}
33+
<meta name="robots" content="noindex" />
34+
{% endblock site_meta %}

0 commit comments

Comments
 (0)