fix title
This commit is contained in:
parent
1ebc5a7b62
commit
7dc505f6f5
1 changed files with 7 additions and 1 deletions
|
@ -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" .}}
|
||||||
|
|
Loading…
Reference in a new issue