From daa378d6964841d9a5c4bc39815d75c672117dea Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 15 Dec 2023 09:22:24 +0800 Subject: refactor(docs/src): delete `material` dir --- docs/src/templates/base.html | 251 ++++++------------------------------------- 1 file changed, 32 insertions(+), 219 deletions(-) (limited to 'docs/src/templates/base.html') diff --git a/docs/src/templates/base.html b/docs/src/templates/base.html index 8323e76e..e1f7ae5b 100644 --- a/docs/src/templates/base.html +++ b/docs/src/templates/base.html @@ -1,92 +1,39 @@ - - +{#- + This file was automatically generated - do not edit +-#} {% import "partials/language.html" as lang with context %} - - - {% block site_meta %} - - - - + + {% if page.meta and page.meta.description %} - + {% elif config.site_description %} - + {% endif %} - - {% if page.meta and page.meta.author %} - + {% elif config.site_author %} - + {% endif %} - - {% if page.canonical_url %} - + {% endif %} - - {% if page.previous_page %} - + {% endif %} - - {% if page.next_page %} - + {% endif %} - - {% if "rss" in config.plugins %} - - + + {% endif %} - - - - - - + + {% endblock %} - - {% block htmltitle %} {% if page.meta and page.meta.title %} {{ page.meta.title }} - {{ config.site_name }} @@ -96,84 +43,45 @@ {{ config.site_name }} {% endif %} {% endblock %} - - {% block styles %} - - - + {% if config.theme.palette %} {% set palette = config.theme.palette %} - + {% endif %} - - {% include "partials/icons.html" %} {% endblock %} - - {% block libs %} {% for script in config.extra.polyfills %} {{ script | script_tag }} {% endfor %} {% endblock %} - - {% block fonts %} - - {% if config.theme.font != false %} {% set text = config.theme.font.get("text", "Roboto") %} {% set code = config.theme.font.get("code", "Roboto Mono") %} - - + - + }}&display=fallback"> + {% endif %} {% endblock %} - - {% for path in config.extra_css %} - + {% endfor %} - - {% include "partials/javascripts/base.html" %} - - {% block analytics %} {% include "partials/integrations/analytics.html" %} {% endblock %} - - {% if page.meta and page.meta.meta %} {% for tag in page.meta.meta %} - + {% endfor %} {% endif %} - - {% block extrahead %}{% endblock %} - - {% set direction = config.theme.direction or lang.t("direction") %} {% if config.theme.palette %} {% set palette = config.theme.palette %} @@ -183,45 +91,17 @@ {% set scheme = palette.scheme | d("default", true) %} {% set primary = palette.primary | d("indigo", true) %} {% set accent = palette.accent | d("indigo", true) %} - + {% else %} {% endif %} {% set features = config.theme.features or [] %} - - {% if not config.theme.palette is mapping %} {% include "partials/javascripts/palette.html" %} {% endif %} - - - - - - + + - -
{% if page.toc | first is defined %} {% set skip = page.toc | first %} @@ -230,25 +110,16 @@ {% endif %}
- -
{% if self.announce() %} {% endif %}
- - {% if config.extra.version %} {% endif %} - - {% block header %} {% include "partials/header.html" %} {% endblock %} - -
- - {% block hero %}{% endblock %} - - {% block tabs %} {% if "navigation.tabs.sticky" not in features %} {% if "navigation.tabs" in features %} @@ -291,25 +152,14 @@ {% endif %} {% endif %} {% endblock %} - -
- - {% block site_nav %} - - {% if nav %} {% if page.meta and page.meta.hide %} {% set hidden = "hidden" if "navigation" in page.meta.hide %} {% endif %} -
- - {% block footer %} {% include "partials/footer.html" %} {% endblock %}
- -
- - {% if "navigation.instant.progress" in features %} {% include "partials/progress.html" %} {% endif %} - - {% if config.extra.consent %} - - {% include "partials/javascripts/consent.html" %} {% endif %} - - {% block config %} {%- set app = { "base": base_url, "features": features, "translations": {}, - "search": "assets/javascripts/workers/search.js" | url + "search": "assets/javascripts/workers/search.f886a092.min.js" | url } -%} - - {%- if config.extra.version -%} {%- set _ = app.update({ "version": config.extra.version }) -%} {%- endif -%} - - {%- if config.extra.tags -%} {%- set _ = app.update({ "tags": config.extra.tags }) -%} {%- endif -%} - - {%- set translations = app.translations -%} {%- for key in [ "clipboard.copy", @@ -425,18 +244,12 @@ ] -%} {%- set _ = translations.update({ key: lang.t(key) }) -%} {%- endfor -%} - - {% endblock %} - - {% block scripts %} - - - + {% for script in config.extra_javascript %} {{ script | script_tag }} {% endfor %} -- cgit v1.2.3-70-g09d2