8 lines
280 B
HTML
8 lines
280 B
HTML
<head>
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
{{ $style := resources.Get "css/site.css" }}
|
|
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
|
|
</head>
|