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

head.html « partials « layouts - gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7795acbb1745c2f629d9b3e1450ed3addd3ba244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<head>
    <title>{{ .Site.Title }}</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="format-detection" content="telephone=no" />
    <meta name="theme-color" content="#000084" />
    <link rel="icon" href="{{ .Site.BaseURL }}/favicon.ico">
    <link rel="canonical" href="{{ .Site.BaseURL }}">
    {{/* Don't ask why it's like this. This original theme is a mess... */}}
    <link rel="stylesheet" href="{{ "/css/bootstrap.css" | relURL }}">
    <link rel="stylesheet" href="{{ "/css/bootstrap-responsive.css" | relURL }}">
    <link rel="stylesheet" href="{{ "/css/style.css" | relURL }}">
    <!-- <noscript><style>body { visibility: visible }</style></noscript> -->
</head>