Skip to content

Commit

Permalink
Remove direction from body
Browse files Browse the repository at this point in the history
It is not used or specified at this time.
  • Loading branch information
pradyunsg committed Jul 25, 2021
1 parent 20b5736 commit 5aff99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/furo/theme/furo/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
{#- Custom front matter #}
{%- block extrahead -%}{%- endblock -%}
</head>
<body dir="{{ direction }}">
<body>
{% block body %}{% endblock %}

{%- block scripts -%}
Expand Down

0 comments on commit 5aff99b

Please sign in to comment.