fix title

This commit is contained in:
Arnas Udovic 2024-01-02 08:17:10 +02:00
parent 1ebc5a7b62
commit 7dc505f6f5

View file

@ -2,7 +2,13 @@
<html lang="{{.lang}}"> <html lang="{{.lang}}">
<head> <head>
<title>{{.title}}</title> <title>
{{ if eq .lang "sgs"}}
Krīžiokā Nuliokā - DI vėsumet laim...
{{ else }}
Tic Tac Toe - AI never lose...
{{ end }}
</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
{{template "head" .}} {{template "head" .}}