Skip to content

Commit

Permalink
Merge pull request #88 from sebasrp/sebasrp-86
Browse files Browse the repository at this point in the history
update header html to include language code parameter
  • Loading branch information
athul authored Jun 16, 2023
2 parents d717302 + 465001e commit 0f3a862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<head>
<head lang="{{ .Site.Language.Lang }}">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{{- $title := ( .Title ) -}}
Expand Down

0 comments on commit 0f3a862

Please sign in to comment.