Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mkdocs-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Janne Mareike Koschinski
mkdocs-material
Commits
a1a18404
Commit
a1a18404
authored
7 years ago
by
squidfunk
Committed by
Martin Donath
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed unnecessary documentation
parent
2ae628ed
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/base.html
+10
-10
10 additions, 10 deletions
src/base.html
with
10 additions
and
10 deletions
src/base.html
+
10
−
10
View file @
a1a18404
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<html
lang=
"{{ lang.t('language') }}"
class=
"no-js"
>
<html
lang=
"{{ lang.t('language') }}"
class=
"no-js"
>
<head>
<head>
<!--
Block: m
etatags -->
<!--
M
etatags -->
{% block site_meta %}
{% block site_meta %}
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
content=
"mkdocs-{{ mkdocs_version }}, $md-name$-$md-version$"
/>
content=
"mkdocs-{{ mkdocs_version }}, $md-name$-$md-version$"
/>
{% endblock %}
{% endblock %}
<!--
Block: s
ite title -->
<!--
S
ite title -->
{% block htmltitle %}
{% block htmltitle %}
{% if page and page.meta.title %}
{% if page and page.meta.title %}
<title>
{{ page.meta.title | first }}
</title>
<title>
{{ page.meta.title | first }}
</title>
...
@@ -79,12 +79,12 @@
...
@@ -79,12 +79,12 @@
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
<!--
Block:
JavaScript libraries -->
<!-- JavaScript libraries -->
{% block libs %}
{% block libs %}
<script
src=
"{{ base_url }}/assets/javascripts/modernizr.js"
></script>
<script
src=
"{{ base_url }}/assets/javascripts/modernizr.js"
></script>
{% endblock %}
{% endblock %}
<!--
Block: s
tylesheets -->
<!--
S
tylesheets -->
{% block styles %}
{% block styles %}
<!-- Theme-related stylesheets -->
<!-- Theme-related stylesheets -->
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}
<!--
Block: w
ebfonts -->
<!--
W
ebfonts -->
{% block fonts %}
{% block fonts %}
<!-- TODO: remove the second check in the next major version -->
<!-- TODO: remove the second check in the next major version -->
{% if config.extra.font != false and config.extra.font != "none" %}
{% if config.extra.font != false and config.extra.font != "none" %}
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ path }}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{{ path }}"
/>
{% endfor %}
{% endfor %}
<!--
Block: c
ustom front matter -->
<!--
C
ustom front matter -->
{% block extrahead %}{% endblock %}
{% block extrahead %}{% endblock %}
</head>
</head>
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
<main
class=
"md-main"
>
<main
class=
"md-main"
>
<div
class=
"md-main__inner md-grid"
data-md-component=
"container"
>
<div
class=
"md-main__inner md-grid"
data-md-component=
"container"
>
<!--
Block: n
avigation -->
<!--
N
avigation -->
{% block site_nav %}
{% block site_nav %}
<!-- Main navigation -->
<!-- Main navigation -->
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<div
class=
"md-content"
>
<div
class=
"md-content"
>
<article
class=
"md-content__inner md-typeset"
>
<article
class=
"md-content__inner md-typeset"
>
<!--
Block: c
ontent -->
<!--
C
ontent -->
{% block content %}
{% block content %}
<!-- Edit button, if URL was defined -->
<!-- Edit button, if URL was defined -->
...
@@ -276,7 +276,7 @@
...
@@ -276,7 +276,7 @@
{% endblock %}
{% endblock %}
</div>
</div>
<!--
Block: t
heme-related JavaScript -->
<!--
T
heme-related JavaScript -->
{% block scripts %}
{% block scripts %}
<script
src=
"{{ base_url }}/assets/javascripts/application.js"
></script>
<script
src=
"{{ base_url }}/assets/javascripts/application.js"
></script>
...
@@ -307,7 +307,7 @@
...
@@ -307,7 +307,7 @@
{% endfor %}
{% endfor %}
{% endblock %}
{% endblock %}
<!--
Block: a
nalytic scripts -->
<!--
A
nalytic scripts -->
{% block analytics %}
{% block analytics %}
{% if config.google_analytics %}
{% if config.google_analytics %}
<script>
<script>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment