Scope all internal HTML id tags to avoid name clashes
* Fix ids not being unique enough in templates * Revert disqus id change
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="352" height="448"
|
<svg xmlns="http://www.w3.org/2000/svg" width="352" height="448"
|
||||||
viewBox="0 0 352 448" id="bitbucket">
|
viewBox="0 0 352 448" id="__bitbucket">
|
||||||
<path fill="currentColor" d="M203.75 214.75q2 15.75-12.625 25.25t-27.875
|
<path fill="currentColor" d="M203.75 214.75q2 15.75-12.625 25.25t-27.875
|
||||||
1.5q-9.75-4.25-13.375-14.5t-0.125-20.5 13-14.5q9-4.5 18.125-3t16 8.875
|
1.5q-9.75-4.25-13.375-14.5t-0.125-20.5 13-14.5q9-4.5 18.125-3t16 8.875
|
||||||
6.875 16.875zM231.5 209.5q-3.5-26.75-28.25-41t-49.25-3.25q-15.75
|
6.875 16.875zM231.5 209.5q-3.5-26.75-28.25-41t-49.25-3.25q-15.75
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
|
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
|
||||||
viewBox="0 0 416 448" id="github">
|
viewBox="0 0 416 448" id="__github">
|
||||||
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
|
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
|
||||||
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
|
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
|
||||||
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
|
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"
|
||||||
viewBox="0 0 500 500" id="gitlab">
|
viewBox="0 0 500 500" id="__gitlab">
|
||||||
<g transform="translate(156.197863, 1.160267)">
|
<g transform="translate(156.197863, 1.160267)">
|
||||||
<path fill="currentColor"
|
<path fill="currentColor"
|
||||||
d="M93.667,473.347L93.667,473.347l90.684-279.097H2.983L93.667,
|
d="M93.667,473.347L93.667,473.347l90.684-279.097H2.983L93.667,
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
2
material/assets/stylesheets/application.fc30eec9.css
Normal file
@ -48,7 +48,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.8d40d89b.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application.fc30eec9.css">
|
||||||
{% if palette.primary or palette.accent %}
|
{% if palette.primary or palette.accent %}
|
||||||
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-palette.6079476c.css">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -83,17 +83,17 @@
|
|||||||
<defs>
|
<defs>
|
||||||
{% set platform = config.extra.repo_icon or config.repo_url %}
|
{% set platform = config.extra.repo_icon or config.repo_url %}
|
||||||
{% if "github" in platform %}
|
{% if "github" in platform %}
|
||||||
{% include "assets/images/icons/github.a4034fb1.svg" %}
|
{% include "assets/images/icons/github.f0b8504a.svg" %}
|
||||||
{% elif "gitlab" in platform %}
|
{% elif "gitlab" in platform %}
|
||||||
{% include "assets/images/icons/gitlab.348cdb3a.svg" %}
|
{% include "assets/images/icons/gitlab.6dd19c00.svg" %}
|
||||||
{% elif "bitbucket" in platform %}
|
{% elif "bitbucket" in platform %}
|
||||||
{% include "assets/images/icons/bitbucket.4ebea66e.svg" %}
|
{% include "assets/images/icons/bitbucket.1b09e088.svg" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</defs>
|
</defs>
|
||||||
</svg>
|
</svg>
|
||||||
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="drawer" autocomplete="off">
|
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
|
||||||
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="search" autocomplete="off">
|
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
|
||||||
<label class="md-overlay" data-md-component="overlay" for="drawer"></label>
|
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
|
||||||
{% if page.toc | first is defined %}
|
{% if page.toc | first is defined %}
|
||||||
<a href="{{ (page.toc | first).url }}" tabindex="1" class="md-skip">
|
<a href="{{ (page.toc | first).url }}" tabindex="1" class="md-skip">
|
||||||
{{ lang.t('skip.link.title') }}
|
{{ lang.t('skip.link.title') }}
|
||||||
@ -170,7 +170,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script src="{{ base_url }}/assets/javascripts/application.0cf9b500.js"></script>
|
<script src="{{ base_url }}/assets/javascripts/application.6cb86621.js"></script>
|
||||||
{% if lang.t("search.language") != "en" %}
|
{% if lang.t("search.language") != "en" %}
|
||||||
{% set languages = lang.t("search.language").split(",") %}
|
{% set languages = lang.t("search.language").split(",") %}
|
||||||
{% if languages | length and languages[0] != "" %}
|
{% if languages | length and languages[0] != "" %}
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
<label class="md-icon md-icon--menu md-header-nav__button" for="drawer"></label>
|
<label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-flex__cell md-flex__cell--stretch">
|
<div class="md-flex__cell md-flex__cell--stretch">
|
||||||
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
<div class="md-flex__ellipsis md-header-nav__title" data-md-component="title">
|
||||||
@ -34,7 +34,7 @@
|
|||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
{% block search_box %}
|
{% block search_box %}
|
||||||
{% if "search" in config["plugins"] %}
|
{% if "search" in config["plugins"] %}
|
||||||
<label class="md-icon md-icon--search md-header-nav__button" for="search"></label>
|
<label class="md-icon md-icon--search md-header-nav__button" for="__search"></label>
|
||||||
{% include "partials/search.html" %}
|
{% include "partials/search.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -29,12 +29,12 @@
|
|||||||
{% elif nav_item == page %}
|
{% elif nav_item == page %}
|
||||||
<li class="{{ class }}">
|
<li class="{{ class }}">
|
||||||
{% set toc_ = page.toc %}
|
{% set toc_ = page.toc %}
|
||||||
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="toc">
|
<input class="md-toggle md-nav__toggle" data-md-toggle="toc" type="checkbox" id="__toc">
|
||||||
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
|
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
|
||||||
{% set toc_ = (toc_ | first).children %}
|
{% set toc_ = (toc_ | first).children %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if toc_ | first is defined %}
|
{% if toc_ | first is defined %}
|
||||||
<label class="md-nav__link md-nav__link--active" for="toc">
|
<label class="md-nav__link md-nav__link--active" for="__toc">
|
||||||
{{ nav_item.title }}
|
{{ nav_item.title }}
|
||||||
</label>
|
</label>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<nav class="md-nav md-nav--primary" data-md-level="0">
|
<nav class="md-nav md-nav--primary" data-md-level="0">
|
||||||
<label class="md-nav__title md-nav__title--site" for="drawer">
|
<label class="md-nav__title md-nav__title--site" for="__drawer">
|
||||||
<span class="md-nav__button md-logo">
|
<span class="md-nav__button md-logo">
|
||||||
{% if config.theme.logo.icon %}
|
{% if config.theme.logo.icon %}
|
||||||
<i class="md-icon">{{ config.theme.logo.icon }}</i>
|
<i class="md-icon">{{ config.theme.logo.icon }}</i>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{% import "partials/language.html" as lang with context %}
|
{% 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">
|
||||||
<form class="md-search__form" name="search">
|
<form class="md-search__form" name="search">
|
||||||
<input type="text" class="md-search__input" name="query" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
|
<input type="text" class="md-search__input" name="query" placeholder="{{ lang.t('search.placeholder') }}" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active">
|
||||||
<label class="md-icon md-search__icon" for="search"></label>
|
<label class="md-icon md-search__icon" for="__search"></label>
|
||||||
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
|
<button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1">
|
||||||

|

|
||||||
</button>
|
</button>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
{% if repo_type %}
|
{% if repo_type %}
|
||||||
<div class="md-source__icon">
|
<div class="md-source__icon">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<use xlink:href="#{{ repo_type }}" width="24" height="24"></use>
|
<use xlink:href="#__{{ repo_type }}" width="24" height="24"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
{% set toc_ = (toc_ | first).children %}
|
{% set toc_ = (toc_ | first).children %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if toc_ | first is defined %}
|
{% if toc_ | first is defined %}
|
||||||
<label class="md-nav__title" for="toc">{{ lang.t("toc.title") }}</label>
|
<label class="md-nav__title" for="__toc">{{ lang.t("toc.title") }}</label>
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
{% for toc_item in toc_ %}
|
{% for toc_item in toc_ %}
|
||||||
{% include "partials/toc-item.html" %}
|
{% include "partials/toc-item.html" %}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="352" height="448"
|
<svg xmlns="http://www.w3.org/2000/svg" width="352" height="448"
|
||||||
viewBox="0 0 352 448" id="bitbucket">
|
viewBox="0 0 352 448" id="__bitbucket">
|
||||||
<path fill="currentColor" d="M203.75 214.75q2 15.75-12.625 25.25t-27.875
|
<path fill="currentColor" d="M203.75 214.75q2 15.75-12.625 25.25t-27.875
|
||||||
1.5q-9.75-4.25-13.375-14.5t-0.125-20.5 13-14.5q9-4.5 18.125-3t16 8.875
|
1.5q-9.75-4.25-13.375-14.5t-0.125-20.5 13-14.5q9-4.5 18.125-3t16 8.875
|
||||||
6.875 16.875zM231.5 209.5q-3.5-26.75-28.25-41t-49.25-3.25q-15.75
|
6.875 16.875zM231.5 209.5q-3.5-26.75-28.25-41t-49.25-3.25q-15.75
|
||||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
|
<svg xmlns="http://www.w3.org/2000/svg" width="416" height="448"
|
||||||
viewBox="0 0 416 448" id="github">
|
viewBox="0 0 416 448" id="__github">
|
||||||
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
|
<path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19-18.125
|
||||||
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
|
8.5-18.125-8.5-10.75-19-3.125-20.5 3.125-20.5 10.75-19 18.125-8.5
|
||||||
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
|
18.125 8.5 10.75 19 3.125 20.5zM320 304q0 10-3.125 20.5t-10.75
|
||||||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -1,5 +1,5 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500"
|
||||||
viewBox="0 0 500 500" id="gitlab">
|
viewBox="0 0 500 500" id="__gitlab">
|
||||||
<g transform="translate(156.197863, 1.160267)">
|
<g transform="translate(156.197863, 1.160267)">
|
||||||
<path fill="currentColor"
|
<path fill="currentColor"
|
||||||
d="M93.667,473.347L93.667,473.347l90.684-279.097H2.983L93.667,
|
d="M93.667,473.347L93.667,473.347l90.684-279.097H2.983L93.667,
|
||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -121,7 +121,7 @@
|
|||||||
|
|
||||||
// Hide link to table of contents by default - this will only match the
|
// Hide link to table of contents by default - this will only match the
|
||||||
// table of contents inside the drawer below and including tablet portrait
|
// table of contents inside the drawer below and including tablet portrait
|
||||||
html &[for="toc"] {
|
html &[for="__toc"] {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
// Hide table of contents by default
|
// Hide table of contents by default
|
||||||
@ -426,7 +426,7 @@
|
|||||||
|
|
||||||
// Show link to table of contents - higher specificity is necessary to
|
// Show link to table of contents - higher specificity is necessary to
|
||||||
// display the table of contents inside the drawer
|
// display the table of contents inside the drawer
|
||||||
html &__link[for="toc"] {
|
html &__link[for="__toc"] {
|
||||||
display: block;
|
display: block;
|
||||||
padding-right: 4.8rem;
|
padding-right: 4.8rem;
|
||||||
|
|
||||||
|
@ -317,7 +317,7 @@ $md-toggle__search--checked:
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Search icon
|
// Search icon
|
||||||
&[for="search"] {
|
&[for="__search"] {
|
||||||
top: 0.6rem;
|
top: 0.6rem;
|
||||||
left: 1rem;
|
left: 1rem;
|
||||||
|
|
||||||
@ -339,7 +339,7 @@ $md-toggle__search--checked:
|
|||||||
left: 1.6rem;
|
left: 1.6rem;
|
||||||
|
|
||||||
// Show back arrow instead of search icon
|
// Show back arrow instead of search icon
|
||||||
&[for="search"]::before {
|
&[for="__search"]::before {
|
||||||
content: "\E5C4"; // arrow_back
|
content: "\E5C4"; // arrow_back
|
||||||
|
|
||||||
// Adjust for RTL languages
|
// Adjust for RTL languages
|
||||||
|
@ -185,12 +185,12 @@
|
|||||||
drawer on back button invocation in some browsers
|
drawer on back button invocation in some browsers
|
||||||
-->
|
-->
|
||||||
<input class="md-toggle" data-md-toggle="drawer"
|
<input class="md-toggle" data-md-toggle="drawer"
|
||||||
type="checkbox" id="drawer" autocomplete="off" />
|
type="checkbox" id="__drawer" autocomplete="off" />
|
||||||
<input class="md-toggle" data-md-toggle="search"
|
<input class="md-toggle" data-md-toggle="search"
|
||||||
type="checkbox" id="search" autocomplete="off" />
|
type="checkbox" id="__search" autocomplete="off" />
|
||||||
|
|
||||||
<!-- Overlay for expanded drawer -->
|
<!-- Overlay for expanded drawer -->
|
||||||
<label class="md-overlay" data-md-component="overlay" for="drawer"></label>
|
<label class="md-overlay" data-md-component="overlay" for="__drawer"></label>
|
||||||
|
|
||||||
<!-- Render "skip to content" link -->
|
<!-- Render "skip to content" link -->
|
||||||
{% if page.toc | first is defined %}
|
{% if page.toc | first is defined %}
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
<!-- Button to toggle drawer -->
|
<!-- Button to toggle drawer -->
|
||||||
<div class="md-flex__cell md-flex__cell--shrink">
|
<div class="md-flex__cell md-flex__cell--shrink">
|
||||||
<label class="md-icon md-icon--menu md-header-nav__button"
|
<label class="md-icon md-icon--menu md-header-nav__button"
|
||||||
for="drawer"></label>
|
for="__drawer"></label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Header title -->
|
<!-- Header title -->
|
||||||
@ -73,7 +73,7 @@
|
|||||||
{% block search_box %}
|
{% block search_box %}
|
||||||
{% if "search" in config["plugins"] %}
|
{% if "search" in config["plugins"] %}
|
||||||
<label class="md-icon md-icon--search md-header-nav__button"
|
<label class="md-icon md-icon--search md-header-nav__button"
|
||||||
for="search"></label>
|
for="__search"></label>
|
||||||
|
|
||||||
<!-- Search interface -->
|
<!-- Search interface -->
|
||||||
{% include "partials/search.html" %}
|
{% include "partials/search.html" %}
|
||||||
|
@ -68,7 +68,7 @@
|
|||||||
|
|
||||||
<!-- Active checkbox expands items contained within nested section -->
|
<!-- Active checkbox expands items contained within nested section -->
|
||||||
<input class="md-toggle md-nav__toggle" data-md-toggle="toc"
|
<input class="md-toggle md-nav__toggle" data-md-toggle="toc"
|
||||||
type="checkbox" id="toc" />
|
type="checkbox" id="__toc" />
|
||||||
|
|
||||||
<!-- Hack: see partials/toc.html for more information -->
|
<!-- Hack: see partials/toc.html for more information -->
|
||||||
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
|
{% if toc_ | first is defined and "\x3ch1 id=" in page.content %}
|
||||||
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
<!-- Render table of contents, if not empty -->
|
<!-- Render table of contents, if not empty -->
|
||||||
{% if toc_ | first is defined %}
|
{% if toc_ | first is defined %}
|
||||||
<label class="md-nav__link md-nav__link--active" for="toc">
|
<label class="md-nav__link md-nav__link--active" for="__toc">
|
||||||
{{ nav_item.title }}
|
{{ nav_item.title }}
|
||||||
</label>
|
</label>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
<nav class="md-nav md-nav--primary" data-md-level="0">
|
<nav class="md-nav md-nav--primary" data-md-level="0">
|
||||||
|
|
||||||
<!-- Site title -->
|
<!-- Site title -->
|
||||||
<label class="md-nav__title md-nav__title--site" for="drawer">
|
<label class="md-nav__title md-nav__title--site" for="__drawer">
|
||||||
<span class="md-nav__button md-logo">
|
<span class="md-nav__button md-logo">
|
||||||
{% if config.theme.logo.icon %}
|
{% if config.theme.logo.icon %}
|
||||||
<i class="md-icon">{{ config.theme.logo.icon }}</i>
|
<i class="md-icon">{{ config.theme.logo.icon }}</i>
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<!-- 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>
|
||||||
<div class="md-search__inner" role="search">
|
<div class="md-search__inner" role="search">
|
||||||
<form class="md-search__form" name="search">
|
<form class="md-search__form" name="search">
|
||||||
<input type="text" class="md-search__input" name="query"
|
<input type="text" class="md-search__input" name="query"
|
||||||
@ -32,7 +32,7 @@
|
|||||||
autocapitalize="off" autocorrect="off" autocomplete="off"
|
autocapitalize="off" autocorrect="off" autocomplete="off"
|
||||||
spellcheck="false" data-md-component="query"
|
spellcheck="false" data-md-component="query"
|
||||||
data-md-state="active" />
|
data-md-state="active" />
|
||||||
<label class="md-icon md-search__icon" for="search"></label>
|
<label class="md-icon md-search__icon" for="__search"></label>
|
||||||
<button type="reset" class="md-icon md-search__icon"
|
<button type="reset" class="md-icon md-search__icon"
|
||||||
data-md-component="reset" tabindex="-1">
|
data-md-component="reset" tabindex="-1">
|
||||||
<!-- close -->
|
<!-- close -->
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
{% if repo_type %}
|
{% if repo_type %}
|
||||||
<div class="md-source__icon">
|
<div class="md-source__icon">
|
||||||
<svg viewBox="0 0 24 24" width="24" height="24">
|
<svg viewBox="0 0 24 24" width="24" height="24">
|
||||||
<use xlink:href="#{{ repo_type }}" width="24" height="24"></use>
|
<use xlink:href="#__{{ repo_type }}" width="24" height="24"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
<!-- Render item list -->
|
<!-- Render item list -->
|
||||||
{% if toc_ | first is defined %}
|
{% if toc_ | first is defined %}
|
||||||
<label class="md-nav__title" for="toc">{{ lang.t("toc.title") }}</label>
|
<label class="md-nav__title" for="__toc">{{ lang.t("toc.title") }}</label>
|
||||||
<ul class="md-nav__list" data-md-scrollfix>
|
<ul class="md-nav__list" data-md-scrollfix>
|
||||||
{% for toc_item in toc_ %}
|
{% for toc_item in toc_ %}
|
||||||
{% include "partials/toc-item.html" %}
|
{% include "partials/toc-item.html" %}
|
||||||
|