Skip to content

Commit dca4274

Browse files
committed
Removed unnecessary overrides prefix
1 parent dcd4a3d commit dca4274

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: material/overrides/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{#-
22
This file was automatically generated - do not edit
33
-#}
4-
{% extends "overrides/main.html" %}
4+
{% extends "main.html" %}
55
{% block tabs %}
66
{{ super() }}
77
<style>.md-header{position:initial}.md-main__inner{margin:0}.md-content{display:none}@media screen and (min-width:60em){.md-sidebar--secondary{display:none}}@media screen and (min-width:76.25em){.md-sidebar--primary{display:none}}</style>

Diff for: src/overrides/home.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
IN THE SOFTWARE.
2121
-->
2222

23-
{% extends "overrides/main.html" %}
23+
{% extends "main.html" %}
2424

2525
<!-- Render hero under tabs -->
2626
{% block tabs %}

0 commit comments

Comments
 (0)