redstrate.com/themes/red/layouts/partials/head.html

9 lines
280 B
HTML
Raw Normal View History

2022-08-24 10:26:29 -04:00
<head>
2022-08-24 10:49:27 -04:00
<title>{{ .Site.Title }}</title>
2022-08-24 10:26:29 -04:00
2022-09-26 11:06:53 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
2022-08-24 10:26:29 -04:00
{{ $style := resources.Get "css/site.css" }}
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
2022-09-26 11:06:53 -04:00
</head>