mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added lighter theme notice in footer
This commit is contained in:
parent
c29e680071
commit
96dc478970
@ -47,11 +47,7 @@
|
|||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
powered by
|
made with
|
||||||
<a href="https://www.mkdocs.org" target="_blank" rel="noopener">
|
|
||||||
MkDocs
|
|
||||||
</a>
|
|
||||||
and
|
|
||||||
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
|
||||||
Material for MkDocs
|
Material for MkDocs
|
||||||
</a>
|
</a>
|
||||||
|
@ -32,6 +32,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<label class="md-header-nav__button md-icon" for="__more">
|
||||||
|
{% include ".icons/material/dots-vertical" ~ ".svg" %}
|
||||||
|
</label>
|
||||||
|
{% include "partials/more.html" %}
|
||||||
{% if "search" in config["plugins"] %}
|
{% if "search" in config["plugins"] %}
|
||||||
<label class="md-header-nav__button md-icon" for="__search">
|
<label class="md-header-nav__button md-icon" for="__search">
|
||||||
{% include ".icons/material/magnify.svg" %}
|
{% include ".icons/material/magnify.svg" %}
|
||||||
|
@ -91,14 +91,7 @@
|
|||||||
{{ config.copyright }}
|
{{ config.copyright }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
powered by
|
made with
|
||||||
<a
|
|
||||||
href="https://www.mkdocs.org"
|
|
||||||
target="_blank" rel="noopener"
|
|
||||||
>
|
|
||||||
MkDocs
|
|
||||||
</a>
|
|
||||||
and
|
|
||||||
<a
|
<a
|
||||||
href="https://squidfunk.github.io/mkdocs-material/"
|
href="https://squidfunk.github.io/mkdocs-material/"
|
||||||
target="_blank" rel="noopener"
|
target="_blank" rel="noopener"
|
||||||
|
@ -40,10 +40,9 @@
|
|||||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
<label
|
|
||||||
class="md-header-nav__button md-icon"
|
<!-- Button to open drawer -->
|
||||||
for="__drawer"
|
<label class="md-header-nav__button md-icon" for="__drawer">
|
||||||
>
|
|
||||||
{% include ".icons/material/menu" ~ ".svg" %}
|
{% include ".icons/material/menu" ~ ".svg" %}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
@ -67,12 +66,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Button for options dialog -->
|
||||||
|
<label class="md-header-nav__button md-icon" for="__more">
|
||||||
|
{% include ".icons/material/dots-vertical" ~ ".svg" %}
|
||||||
|
</label>
|
||||||
|
{% include "partials/more.html" %}
|
||||||
|
|
||||||
<!-- Button to open search dialogue -->
|
<!-- Button to open search dialogue -->
|
||||||
{% if "search" in config["plugins"] %}
|
{% if "search" in config["plugins"] %}
|
||||||
<label
|
<label class="md-header-nav__button md-icon" for="__search">
|
||||||
class="md-header-nav__button md-icon"
|
|
||||||
for="__search"
|
|
||||||
>
|
|
||||||
{% include ".icons/material/magnify.svg" %}
|
{% include ".icons/material/magnify.svg" %}
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user