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

header.html « partials « layouts - github.com/10mohi6/hugo-theme-simple-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2666f136c907cf3984c3a45b1a2441708cae444a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html lang="{{ .Site.LanguageCode }}">
<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">
    <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">
    <link rel="stylesheet" href="{{ $.Site.BaseURL }}css/bootstrap.css">
    <link rel="stylesheet" href="{{ $.Site.BaseURL }}css/custom.css">
</head>
<body>