Files
knaeckeboot-eu/themes/bluewater/layouts/partials/head.html
T
kossa e297e4483a
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Successful in 5m11s
Mastodon Verification
2025-01-28 10:01:17 +01:00

10 lines
373 B
HTML

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Knäckebootcrew</title>
{{ $styles := resources.Get "style.css" }}
<link rel="stylesheet" href="{{ $styles.Permalink }}" />
<link rel="stylesheet" href="/css/lightbox.min.css" />
<link rel="me" href="https://social.kollar.cloud/@kossa" />
</head>