Skip to content

Commit

Permalink
Removed unnecessary overrides prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Nov 3, 2022
1 parent dcd4a3d commit dca4274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion material/overrides/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{#-
This file was automatically generated - do not edit
-#}
{% extends "overrides/main.html" %}
{% extends "main.html" %}
{% block tabs %}
{{ super() }}
<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>
Expand Down
2 changes: 1 addition & 1 deletion src/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
IN THE SOFTWARE.
-->

{% extends "overrides/main.html" %}
{% extends "main.html" %}

<!-- Render hero under tabs -->
{% block tabs %}
Expand Down

0 comments on commit dca4274

Please sign in to comment.