Skip to content

Commit 25b9713

Browse files
committed
unindent
1 parent 19b9da1 commit 25b9713

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/source/_templates/layout.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717

1818
<script type="text/javascript">
1919
var collapsedSections = []
20-
</script>
21-
{{ super() }}
22-
<script type="text/javascript">
23-
$(document).ready(function() {
24-
$(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
25-
});
26-
</script>
20+
</script>
21+
{{ super() }}
22+
<script type="text/javascript">
23+
$(document).ready(function() {
24+
$(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
25+
});
26+
</script>
2727
{% endblock %}

0 commit comments

Comments
 (0)