Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10mohi6/hugo-theme-simple-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/header.html')
-rw-r--r--layouts/partials/header.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d6eb843..2666f13 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,10 +1,11 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode }}">
- <head>
+<head>
+ <title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
- <link href="{{ .Site.BaseURL }}css/bootstrap.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
- </head>
- <body>
+ <link rel="stylesheet" href="{{ $.Site.BaseURL }}css/bootstrap.css">
+ <link rel="stylesheet" href="{{ $.Site.BaseURL }}css/custom.css">
+</head>
+<body>