1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-28 01:10:58 +01:00

Removed unnecessary redundant imports

This commit is contained in:
squidfunk 2021-11-13 13:50:46 +01:00
parent d9b7928316
commit 4d2102c3b8
12 changed files with 0 additions and 18 deletions

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
<footer class="md-footer"> <footer class="md-footer">
{% if page.previous_page or page.next_page %} {% if page.previous_page or page.next_page %}
<nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer.title') }}"> <nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer.title') }}">

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
{% if page.edit_url %} {% if page.edit_url %}
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon"> <a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
{% include ".icons/material/pencil.svg" %} {% include ".icons/material/pencil.svg" %}

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
<div class="md-search" data-md-component="search" role="dialog"> <div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>
<div class="md-search__inner" role="search"> <div class="md-search__inner" role="search">

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
<hr> <hr>
<div class="md-source-file"> <div class="md-source-file">
<small> <small>

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-component="source"> <a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-component="source">
<div class="md-source__icon md-icon"> <div class="md-source__icon md-icon">
{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %} {% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %}

View File

@ -1,7 +1,6 @@
{#- {#-
This file was automatically generated - do not edit This file was automatically generated - do not edit
-#} -#}
{% import "partials/language.html" as lang with context %}
{% set title = title | default(lang.t("toc.title")) %} {% set title = title | default(lang.t("toc.title")) %}
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %} {% if config.mdx_configs.toc and config.mdx_configs.toc.title %}
{% set title = config.mdx_configs.toc.title %} {% set title = config.mdx_configs.toc.title %}

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Footer --> <!-- Footer -->
<footer class="md-footer"> <footer class="md-footer">

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Edit button --> <!-- Edit button -->
{% if page.edit_url %} {% if page.edit_url %}
<a <a

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Search interface --> <!-- Search interface -->
<div class="md-search" data-md-component="search" role="dialog"> <div class="md-search" data-md-component="search" role="dialog">
<label class="md-search__overlay" for="__search"></label> <label class="md-search__overlay" for="__search"></label>

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Source file information --> <!-- Source file information -->
<hr /> <hr />
<div class="md-source-file"> <div class="md-source-file">

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Repository information --> <!-- Repository information -->
<a <a
href="{{ config.repo_url }}" href="{{ config.repo_url }}"

View File

@ -20,8 +20,6 @@
IN THE SOFTWARE. IN THE SOFTWARE.
--> -->
{% import "partials/language.html" as lang with context %}
<!-- Determine title --> <!-- Determine title -->
{% set title = title | default(lang.t("toc.title")) %} {% set title = title | default(lang.t("toc.title")) %}
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %} {% if config.mdx_configs.toc and config.mdx_configs.toc.title %}