Skip to content

Commit 713bf41

Browse files
committed
Removed unnecessary templates in overrides
1 parent 04d678b commit 713bf41

File tree

7 files changed

+1
-163
lines changed

7 files changed

+1
-163
lines changed

material/overrides/blog.html

-10
This file was deleted.

material/overrides/main.html

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<strong>Twitter</strong>
1515
</a>
1616
{% endblock %}
17-
{% block content %}
18-
{% include "overrides/partials/content.html" %}
19-
{% endblock %}
2017
{% block scripts %}
2118
{{ super() }}
2219
<script src="{{ 'overrides/assets/javascripts/bundle.d665d539.min.js' | url }}"></script>

material/overrides/partials/content.html

-18
This file was deleted.

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ copyright: Copyright &copy; 2016 - 2022 Martin Donath
3636
# Configuration
3737
theme:
3838
name: material
39+
custom_dir: material/overrides
3940
features:
4041
# - announce.dismiss
4142
- content.code.annotate

src/overrides/blog.html

-76
This file was deleted.

src/overrides/main.html

-5
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@
4343
</a>
4444
{% endblock %}
4545

46-
<!-- Content -->
47-
{% block content %}
48-
{% include "overrides/partials/content.html" %}
49-
{% endblock %}
50-
5146
<!-- Theme-related JavaScript -->
5247
{% block scripts %}
5348
{{ super() }}

src/overrides/partials/content.html

-51
This file was deleted.

0 commit comments

Comments
 (0)