mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
7da0482636
This custom theme will make the docs look more like the main website, which makes it slightly less confusing to navigate around when crossing between the two. The icon link.svg is from Feathericons: https://feathericons.com/?query=link Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8399>
16 lines
334 B
HTML
16 lines
334 B
HTML
{% extends "basic/search.html" %}
|
|
|
|
{% block scriptwarning %}
|
|
<div id="fallback" class="alert alert-warning">
|
|
<script>$('#fallback').hide();</script>
|
|
<h5>{{ _('Warning') }}</h5>
|
|
<p>
|
|
{% trans %}Please activate JavaScript to enable the search
|
|
functionality.{% endtrans %}
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block searchbox %}
|
|
{% endblock %}
|