This commit is contained in:
2022-08-28 23:54:19 +03:00
parent d769c9f0f0
commit b3cf5cb1b7
15 changed files with 299 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
<head>
<meta charset="utf-8">
<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 }}
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
<title>{{ $title }}</title>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
</head>