Skip to content

Commit

Permalink
add lang attribute to title
Browse files Browse the repository at this point in the history
  • Loading branch information
carlrafting committed Nov 13, 2024
1 parent 59d64d4 commit 16345b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layouts/base.vto
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="{{ site.lang }}">
<meta charset="utf-8">
<title>
<title lang="{{ lang }}">
{{ if it.title }}
{{ title }} &mdash; {{ site.title }}
{{ else }}
Expand Down

0 comments on commit 16345b6

Please sign in to comment.