Herstructureren van instellingen, consistentie en taal
This commit is contained in:
parent
9fbd20e517
commit
e24030122e
2 changed files with 45 additions and 42 deletions
|
@ -1,6 +1,5 @@
|
|||
{{ $currentLang := $.Site.Language.Lang }}
|
||||
<!doctype html>
|
||||
<html lang="{{ $currentLang | default "nl" }}">
|
||||
<html{{ with site.LanguageCode | default site.Language.Lang }} lang="{{ . }}"{{ end }}>
|
||||
{{ partial "head.html" . }}
|
||||
<body>
|
||||
<a class="skip-link" href="#main">Ga naar hoofd</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue