fix DOCTYPE
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 🌈 2023-05-17 14:53:31 +02:00
parent 26fbe298bf
commit 1013d07f1c
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -1,4 +1,4 @@
<!doctype html> <!DOCTYPE html>
<html lang="{{ .Page.Lang }}"> <html lang="{{ .Page.Lang }}">
<head> <head>
<title>{{ with .Title }} {{ . }} {{ end }}{{ .Site.Title }}</title> <title>{{ with .Title }} {{ . }} {{ end }}{{ .Site.Title }}</title>