|
|
|
@ -5,4 +5,4 @@
|
|
|
|
|
{{ $lang := site.LanguageCode | default site.Language.Lang }}
|
|
|
|
|
{{ $rtl := eq $page.Language.LanguageDirection "rtl" }}
|
|
|
|
|
|
|
|
|
|
<html {{ if $dark }} data-bs-theme="dark" {{ end }} {{ if $credit }} data-paige-credit="Paige theme from https://github.com/willfaught/paige" {{ end }} {{ if $rtl }} dir="rtl" {{ end }} {{ with $lang }} lang="{{ . }}" {{ end }}>
|
|
|
|
|
<html {{ if $dark }} data-bs-theme="dark" {{ end }} {{ if $credit }} data-paige="Paige theme from https://github.com/willfaught/paige" {{ end }} {{ if $rtl }} dir="rtl" {{ end }} {{ with $lang }} lang="{{ . }}" {{ end }}>
|
|
|
|
|