diff options
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index bd9f83d..f53932d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,12 +4,9 @@ SPDX-FileCopyrightText: 2022 Ngô Ngọc Đức Huy <huyngo@disroot.org> SPDX-License-Identifier: MIT */}} + <!DOCTYPE html> -{{ with .Page.Params.Lang }} -<html lang="{{ . }}"> -{{ else }} <html lang="{{ .Page.Language.Lang }}"> -{{ end }} <head> {{ block "head" . }} {{ partial "head.html" . }} |