From 6bf4b90c90f15f4ab60833bddf5b5756d1a6b1f6 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Thu, 2 Jul 2026 11:55:17 -0700 Subject: Init --- .../vim-docs-for-3085/cinder/base.html | 139 +++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/base.html (limited to 'Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/base.html') diff --git a/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/base.html b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/base.html new file mode 100644 index 0000000..f818eac --- /dev/null +++ b/Homework/engl3085/Technical-Comm/vim-docs-for-3085/cinder/base.html @@ -0,0 +1,139 @@ + + + + + + + + {% if config.site_description %}{% endif %} + {% if config.site_author %}{% endif %} + {% if page.canonical_url %}{% endif %} + + + {% block htmltitle %} + {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} + {% endblock %} + + + + + + + + + + + {% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %} + + {% else %} + {% if config.theme.colorscheme %} + + {% else %} + + {% endif %} + {% endif %} + + {%- for path in config['extra_css'] %} + + {%- endfor %} + + + + + {% if config.google_analytics %} + + {% endif %} + + {% block extrahead %} {% endblock %} + + + + + {% include "nav.html" %} + +
+ {% block content %} + {% if page.meta.disable_toc %} +
{% include "content.html" %}
+ {% else %} +
{% include "toc.html" %}
+
{% include "content.html" %}
+ {% endif %} + {% endblock %} +
+ + {% if not config.theme.disable_footer %} +
+ {% block footer %} + {% if not config.theme.disable_footer_except_revision %} +
+

{% if config.copyright %} + {{ config.copyright }}
+ {% endif %} + Documentation built with MkDocs. +

+ {% endif %} + + {% if page and page.meta.revision_date %} + {% if config.theme.disable_footer_except_revision %}
{% else %}
{% endif %} + Revised on: {{ page.meta.revision_date }} + {% endif %} + {% endblock %} +
+ {% endif %} + + {%- block scripts %} + + + + {% if config.theme.highlightjs is defined and config.theme.highlightjs is sameas false %} + + {% else %} + + {% if config.theme.hljs_languages %} + {%- for lang in config.theme.hljs_languages %} + + {%- endfor %} + {% endif %} + + {% endif %} + + + {% if config.shortcuts %} + + {% endif %} + + {%- for path in config['extra_javascript'] %} + + {%- endfor %} + {%- endblock %} + + {% if 'search' in config['plugins'] %}{%- include "search-modal.html" %}{% endif %} + {%- include "keyboard-modal.html" %} + + + +{% if page and page.is_homepage %} + +{% endif %} -- cgit v1.3