mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed unnecessary documentation
This commit is contained in:
parent
2ae628ed6d
commit
a1a18404e3
@ -26,7 +26,7 @@
|
||||
<html lang="{{ lang.t('language') }}" class="no-js">
|
||||
<head>
|
||||
|
||||
<!-- Block: metatags -->
|
||||
<!-- Metatags -->
|
||||
{% block site_meta %}
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
@ -68,7 +68,7 @@
|
||||
content="mkdocs-{{ mkdocs_version }}, $md-name$-$md-version$" />
|
||||
{% endblock %}
|
||||
|
||||
<!-- Block: site title -->
|
||||
<!-- Site title -->
|
||||
{% block htmltitle %}
|
||||
{% if page and page.meta.title %}
|
||||
<title>{{ page.meta.title | first }}</title>
|
||||
@ -79,12 +79,12 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<!-- Block: JavaScript libraries -->
|
||||
<!-- JavaScript libraries -->
|
||||
{% block libs %}
|
||||
<script src="{{ base_url }}/assets/javascripts/modernizr.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
<!-- Block: stylesheets -->
|
||||
<!-- Stylesheets -->
|
||||
{% block styles %}
|
||||
|
||||
<!-- Theme-related stylesheets -->
|
||||
@ -98,7 +98,7 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<!-- Block: webfonts -->
|
||||
<!-- Webfonts -->
|
||||
{% block fonts %}
|
||||
<!-- TODO: remove the second check in the next major version -->
|
||||
{% if config.extra.font != false and config.extra.font != "none" %}
|
||||
@ -130,7 +130,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="{{ path }}" />
|
||||
{% endfor %}
|
||||
|
||||
<!-- Block: custom front matter -->
|
||||
<!-- Custom front matter -->
|
||||
{% block extrahead %}{% endblock %}
|
||||
</head>
|
||||
|
||||
@ -189,7 +189,7 @@
|
||||
<main class="md-main">
|
||||
<div class="md-main__inner md-grid" data-md-component="container">
|
||||
|
||||
<!-- Block: navigation -->
|
||||
<!-- Navigation -->
|
||||
{% block site_nav %}
|
||||
|
||||
<!-- Main navigation -->
|
||||
@ -221,7 +221,7 @@
|
||||
<div class="md-content">
|
||||
<article class="md-content__inner md-typeset">
|
||||
|
||||
<!-- Block: content -->
|
||||
<!-- Content -->
|
||||
{% block content %}
|
||||
|
||||
<!-- Edit button, if URL was defined -->
|
||||
@ -276,7 +276,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
<!-- Block: theme-related JavaScript -->
|
||||
<!-- Theme-related JavaScript -->
|
||||
{% block scripts %}
|
||||
<script src="{{ base_url }}/assets/javascripts/application.js"></script>
|
||||
|
||||
@ -307,7 +307,7 @@
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
|
||||
<!-- Block: analytic scripts -->
|
||||
<!-- Analytic scripts -->
|
||||
{% block analytics %}
|
||||
{% if config.google_analytics %}
|
||||
<script>
|
||||
|
Loading…
Reference in New Issue
Block a user