2020-07-05 11:23:13 +02:00
|
|
|
<head>
|
|
|
|
<title>{{ .Site.Title }}</title>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<meta name="description" content="{{ .Description }}">
|
|
|
|
<base href="{{ .Site.BaseURL }}">
|
|
|
|
{{ $styles := resources.Get "sass/main.scss" | toCSS }}
|
|
|
|
<link rel="stylesheet" href="{{ $styles.Permalink }}">
|
|
|
|
<link rel="canonical" href="{{ .Permalink }}">
|
2020-12-06 16:38:41 +01:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/lightgallery.js@1.4.0/dist/css/lightgallery.min.css">
|
2020-07-05 11:23:13 +02:00
|
|
|
</head>
|