mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 10:00:52 +01:00
126 lines
5.7 KiB
HTML
126 lines
5.7 KiB
HTML
<!DOCTYPE html>
|
|
<html class="no-js">
|
|
<head>
|
|
{% block site_meta %}
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
{% if config.site_description %}
|
|
<meta name="description" content="{{ config.site_description }}">
|
|
{% endif %}
|
|
{% if page.canonical_url %}
|
|
<link rel="canonical" href="{{ page.canonical_url }}">
|
|
{% endif %}
|
|
{% if config.site_author %}
|
|
<meta name="author" content="{{ config.site_author }}">
|
|
{% endif %}
|
|
{% if config.site_favicon %}
|
|
<link rel="shortcut icon" href="{{ base_url }}/{{ config.site_favicon }}">
|
|
{% else %}
|
|
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.ico">
|
|
{% endif %}
|
|
<meta name="generator" content="mkdocs+mkdocs-material#1.0.0">
|
|
{% endblock %}
|
|
{% block htmltitle %}
|
|
{% if page.title %}
|
|
<title>{{ page.title }} - {{ config.site_name }}</title>
|
|
{% elif config.site_description %}
|
|
<title>{{ config.site_name }} - {{ config.site_description }}</title>
|
|
{% else %}
|
|
<title>{{ config.site_name }}</title>
|
|
{% endif %}
|
|
{% endblock %}
|
|
{% block libs %}
|
|
<script src="{{ base_url }}/assets/javascripts/modernizr-dadbf8711d.js"></script>
|
|
{% endblock %}
|
|
{% block fonts %}
|
|
{% include "partials/fonts.html" %}
|
|
{% endblock %}
|
|
{% block styles %}
|
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0d18cb003b.css">
|
|
{% if config.extra.palette %}
|
|
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-0352baa348.palette.css">
|
|
{% endif %}
|
|
{% for path in extra_css %}
|
|
<link rel="stylesheet" href="{{ path }}">
|
|
{% endfor %}
|
|
{% endblock %}
|
|
{% block extrahead %}{% endblock %}
|
|
</head>
|
|
{% set palette = config.extra.get("palette", {}) %}
|
|
{% set primary = palette.primary | replace(" ", "-") | lower %}
|
|
{% set accent = palette.accent | replace(" ", "-") | lower %}
|
|
{% if primary or accent %}
|
|
<body data-md-color-primary="{{ primary }}" data-md-color-accent="{{ accent }}">
|
|
{% else %}
|
|
<body>
|
|
{% endif %}
|
|
{% include "partials/svgs.html" %}
|
|
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="drawer">
|
|
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="search">
|
|
<label class="md-overlay" data-md-component="overlay" for="drawer"></label>
|
|
{% block header %}
|
|
{% include "partials/header.html" %}
|
|
{% endblock %}
|
|
<div class="md-container">
|
|
<main class="md-main">
|
|
<div class="md-main__inner md-grid" data-md-component="container">
|
|
{% block site_nav %}
|
|
{% if nav %}
|
|
<div class="md-sidebar md-sidebar--primary" data-md-component="navigation">
|
|
<div class="md-sidebar__scrollwrap">
|
|
<div class="md-sidebar__inner">
|
|
{% include "partials/nav.html" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% if page.toc %}
|
|
<div class="md-sidebar md-sidebar--secondary" data-md-component="toc">
|
|
<div class="md-sidebar__scrollwrap">
|
|
<div class="md-sidebar__inner">
|
|
{% include "partials/toc.html" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endblock %}
|
|
<div class="md-content">
|
|
<article class="md-content__inner md-typeset">
|
|
{% if config.edit_uri %}
|
|
<a href="{{ page.edit_url }}" title="Edit this page" class="md-icon md-content__edit">edit</a>
|
|
{% endif %}
|
|
{% block content %}
|
|
{% if not "\x3ch1 id=" in page.content %}
|
|
<h1>{{ page.title | default(config.site_name, true)}}</h1>
|
|
{% endif %}
|
|
{{ page.content }}
|
|
{% endblock %}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
{% block footer %}
|
|
{% include "partials/footer.html" with context %}
|
|
{% endblock %}
|
|
</div>
|
|
{% block scripts %}
|
|
{% for extension in config.markdown_extensions %}
|
|
{% if extension == "pymdownx.arithmatex" %}
|
|
{% set path = "mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" %}
|
|
<script src="https://cdn.mathjax.org/{{ path }}"></script>
|
|
{% endif %}
|
|
{% endfor %}
|
|
<script src="{{ base_url }}/assets/javascripts/application-c6a54b6fec.js"></script>
|
|
<script>var config={url:{base:"{{ base_url }}"}},app=new Application(config);app.initialize()</script>
|
|
{% for path in extra_javascript %}
|
|
<script src="{{ path }}"></script>
|
|
{% endfor %}
|
|
{% endblock %}
|
|
{% block analytics %}
|
|
{% if config.google_analytics %}
|
|
<script>!function(e,t,a,n,o,c,i){e.GoogleAnalyticsObject=o,e[o]=e[o]||function(){(e[o].q=e[o].q||[]).push(arguments)},e[o].l=1*new Date,c=t.createElement(a),i=t.getElementsByTagName(a)[0],c.async=1,c.src=n,i.parentNode.insertBefore(c,i)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","{{ config.google_analytics[0] }}","{{ config.google_analytics[1] }}"),ga("set","anonymizeIp",!0),ga("send","pageview");var links=document.getElementsByTagName("a");Array.prototype.map.call(links,function(e){e.host!=document.location.host&&e.addEventListener("click",function(){var t=e.getAttribute("data-md-action")||"follow";ga("send","event","outbound",t,e.href)})});var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})</script>
|
|
{% endif %}
|
|
{% endblock %}
|
|
</body>
|
|
</html>
|