Skip to content

Commit

Permalink
fix(a11y): Fix broken lang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryanporwal committed Sep 20, 2024
1 parent 943f881 commit bd76f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>

<html prefix="og: http://ogp.me/ns#" class="
{% block extra_html_class %}{% endblock %}" lang="
{% block meta_lang %}en{% endblock %}" dir="ltr">
{% block extra_html_class %}{% endblock %}"
lang="{% block meta_lang %}en{% endblock %}" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="index, follow" />
Expand Down

0 comments on commit bd76f5e

Please sign in to comment.