Skip to content
Snippets Groups Projects
Commit a1a18404 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Removed unnecessary documentation

parent 2ae628ed
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment