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

htmlhead.html « partials « layouts - github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b9260ced8557a13e3349c9a8e4bac07bdaa5a229 (plain)
1
2
3
4
5
6
7
8
9
10
<head>
    <title>{{ site.Title }}</title>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <!--[if lte IE 8]><script src="{{ site.BaseURL }}assets/js/ie/html5shiv.js"></script><![endif]-->
    <link rel="stylesheet" href="{{ site.BaseURL }}assets/css/main.css" />
    <!--[if lte IE 8]><link rel="stylesheet" href="{{ .Site.BaseURL }}assets/css/ie8.css" /><![endif]-->
    {{ .Hugo.Generator }}
    {{- partial "htmlheadcustom.html" -}}
</head>