2021-08-24 18:06:02 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html lang="en">
|
2022-05-11 12:10:49 +00:00
|
|
|
|
|
|
|
<head>
|
2021-08-26 00:06:40 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="Content-Language" content="{{ .Site.Language.Lang }}">
|
|
|
|
{{ partial "style.html" "scss/style.scss" }}
|
|
|
|
{{ partial "style.html" "css/font-awesome.css" }}
|
2021-08-25 09:27:49 +00:00
|
|
|
|
2021-08-26 00:06:40 +00:00
|
|
|
{{ partial "favicon.html" }}
|
2021-08-26 00:01:26 +00:00
|
|
|
|
2021-08-26 00:06:40 +00:00
|
|
|
<title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
|
2022-02-09 20:21:33 +00:00
|
|
|
|
|
|
|
{{ block "head_extra" . }}{{ end }}
|
2022-05-11 12:10:49 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2021-08-26 00:06:40 +00:00
|
|
|
{{ partial "navbar.html" . }}
|
|
|
|
{{ block "main" . }}{{ end }}
|
|
|
|
{{ partial "footer.html" . }}
|
2021-08-25 09:27:49 +00:00
|
|
|
|
2021-08-26 00:06:40 +00:00
|
|
|
{{ partial "script.html" "js/jquery.min.js" }}
|
|
|
|
{{ partial "script_async.html" "js/bootstrap.min.js" }}
|
|
|
|
{{ block "scripts_extra" . }}{{ end }}
|
2022-05-11 12:10:49 +00:00
|
|
|
</body>
|
|
|
|
|
2021-08-24 18:06:02 +00:00
|
|
|
</html>
|