mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-02-16 10:35:37 +08:00
更新文档
This commit is contained in:
5
docs/theme/partials/header.html
vendored
5
docs/theme/partials/header.html
vendored
@@ -61,14 +61,11 @@
|
||||
|
||||
{% if "material/search" in config.plugins %}
|
||||
{% set search = config.plugins["material/search"] | attr("config") %}
|
||||
|
||||
{% if search.enabled %}
|
||||
|
||||
<label class="md-header__button md-icon" for="__search" style="transform: scale(1.2);">
|
||||
<label class="md-header__button md-icon" for="__search">
|
||||
{% set icon = config.theme.icon.search or "material/magnify" %}
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</label>
|
||||
|
||||
{% include "partials/search.html" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user