diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2018-08-27 19:13:42 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2018-08-27 19:13:42 -0400 |
| commit | 867353b827eabb294f1cc8d0d825669cf64b7138 (patch) | |
| tree | fdef5687b3ce7941104e6fa31763c1b08d0d82aa /mkdocs-material/src/header.html | |
| parent | cbdf8b6925dcf4b5fd29868797fe0195de5680ee (diff) | |
switch from mkdocs-material to a custom readthedocs style for user docs as well
Diffstat (limited to 'mkdocs-material/src/header.html')
| -rw-r--r-- | mkdocs-material/src/header.html | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/mkdocs-material/src/header.html b/mkdocs-material/src/header.html deleted file mode 100644 index dc2a0e43..00000000 --- a/mkdocs-material/src/header.html +++ /dev/null @@ -1,84 +0,0 @@ -<!-- Top-level navigation --> -<nav aria-label="Header"> - - <!-- Default bar --> - <div class="bar default"> - - <!-- Toggle drawer --> - <div class="button button-menu" role="button" aria-label="Menu"> - <label class="toggle-button icon icon-menu" for="toggle-drawer"> - <span></span> - </label> - </div> - - <!-- Page title --> - <div class="stretch"> - <div class="title"> - {% if current_page %} - <span class="path"> - {% for doc in current_page.ancestors %} - {% if doc.link %} - <a href="{{ doc.link | e }}">{{ doc.title }}</a> - <i class="icon icon-link"></i> - {% else %} - {{ doc.title }} <i class="icon icon-link"></i> - {% endif %} - {% endfor %} - </span> - {% endif %} - {{ page_title | default(site_name, true) }} - </div> - </div> - - <!-- Twitter --> - {% if config.extra.get("author", {}).twitter %} - {% set author = config.extra.author.twitter %} - <div class="button button-twitter" role="button" aria-label="Twitter"> - <a href="https://twitter.com/{{ author }}" - title="@{{ author }} on Twitter" target="_blank" - class="toggle-button icon icon-twitter"></a> - </div> - {% endif %} - - <!-- GitHub --> - {% if config.extra.get("author", {}).github %} - {% set author = config.extra.author.github %} - <div class="button button-github" role="button" aria-label="GitHub"> - <a href="https://github.com/{{ author }}" - title="@{{ author }} on GitHub" target="_blank" - class="toggle-button icon icon-github"></a> - </div> - {% endif %} - - <!-- Open search --> - <div class="button button-search" role="button" aria-label="Search"> - <label class="toggle-button icon icon-search" title="Search" - for="toggle-search"></label> - </div> - </div> - - <!-- Search bar --> - <div class="bar search"> - - <!-- Close search --> - <div class="button button-close" role="button" aria-label="Close"> - <label class="toggle-button icon icon-back" - for="toggle-search"></label> - </div> - - <!-- Search form --> - <div class="stretch"> - <div class="field"> - <input class="query" type="text" placeholder="Search" - autocapitalize="off" autocorrect="off" autocomplete="off" - spellcheck="false" /> - </div> - </div> - - <!-- Empty search --> - <div class="button button-reset" role="button" aria-label="Search"> - <button class="toggle-button icon icon-close" - id="reset-search"></button> - </div> - </div> -</nav>
\ No newline at end of file |
