Skip to content

Commit

Permalink
fix: [html] does not have [lang] attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing committed Aug 27, 2023
1 parent 0a02026 commit 6727ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ .Site.Language.Lang }}">
{{- partial "head.html" . -}}
<body dir="ltr">
{{- partial "navbar.html" . -}}
Expand Down

0 comments on commit 6727ef0

Please sign in to comment.