Fix issue with deprecated class and make accent a config var
This commit is contained in:
parent
2c8d89e4c3
commit
b4fe04727f
6 changed files with 12 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="{{ with .Site.LanguageCode }}{{ . }}{{ else }}en-US{{ end }}">
|
||||
<html lang="{{ with .Site.Language.Lang }}{{ . }}{{ else }}en-US{{ end }}">
|
||||
|
||||
<head>
|
||||
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue