diff options
| author | 2024-01-25 17:46:34 +0800 | |
|---|---|---|
| committer | 2024-01-25 17:46:34 +0800 | |
| commit | c4eb3ae7a74c7c6881540d7d04502600197a8b2a (patch) | |
| tree | c920c29c383da4d496a0f646e5d4d0f5de10a406 /docs/src/templates/partials/footer.html | |
| parent | 3c3e121bc845573a2d2408c0db6be6f841fd8efc (diff) | |
| download | infini-c4eb3ae7a74c7c6881540d7d04502600197a8b2a.tar.gz infini-c4eb3ae7a74c7c6881540d7d04502600197a8b2a.zip | |
:fire: feat(docs): remove old documents
Diffstat (limited to 'docs/src/templates/partials/footer.html')
| -rw-r--r-- | docs/src/templates/partials/footer.html | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/docs/src/templates/partials/footer.html b/docs/src/templates/partials/footer.html deleted file mode 100644 index 37783bcf..00000000 --- a/docs/src/templates/partials/footer.html +++ /dev/null @@ -1,56 +0,0 @@ -{#- - This file was automatically generated - do not edit --#} -<footer class="md-footer"> - {% if "navigation.footer" in features %} - {% if page.previous_page or page.next_page %} - {% if page.meta and page.meta.hide %} - {% set hidden = "hidden" if "footer" in page.meta.hide %} - {% endif %} - <nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer') }}" {{ hidden }}> - {% if page.previous_page %} - {% set direction = lang.t("footer.previous") %} - <a href="{{ page.previous_page.url | url }}" class="md-footer__link md-footer__link--prev" aria-label="{{ direction }}: {{ page.previous_page.title | e }}"> - <div class="md-footer__button md-icon"> - {% set icon = config.theme.icon.previous or "material/arrow-left" %} - {% include ".icons/" ~ icon ~ ".svg" %} - </div> - <div class="md-footer__title"> - <span class="md-footer__direction"> - {{ direction }} - </span> - <div class="md-ellipsis"> - {{ page.previous_page.title }} - </div> - </div> - </a> - {% endif %} - {% if page.next_page %} - {% set direction = lang.t("footer.next") %} - <a href="{{ page.next_page.url | url }}" class="md-footer__link md-footer__link--next" aria-label="{{ direction }}: {{ page.next_page.title | e }}"> - <div class="md-footer__title"> - <span class="md-footer__direction"> - {{ direction }} - </span> - <div class="md-ellipsis"> - {{ page.next_page.title }} - </div> - </div> - <div class="md-footer__button md-icon"> - {% set icon = config.theme.icon.next or "material/arrow-right" %} - {% include ".icons/" ~ icon ~ ".svg" %} - </div> - </a> - {% endif %} - </nav> - {% endif %} - {% endif %} - <div class="md-footer-meta md-typeset"> - <div class="md-footer-meta__inner md-grid"> - {% include "partials/copyright.html" %} - {% if config.extra.social %} - {% include "partials/social.html" %} - {% endif %} - </div> - </div> -</footer> |
