change title

This commit is contained in:
Alexander Popov 2023-01-22 21:41:17 +03:00
parent bda0e6a722
commit d5dc142230
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/styles.css">
{{ $title := print .Site.Title " | " .Title }}
{{ $title := print .Title " | " .Site.Title }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>