mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 18:32:37 +00:00
8 lines
392 B
HTML
8 lines
392 B
HTML
<meta charset="utf-8">
|
|
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="https://kit.fontawesome.com/589b48ea08.js"></script>
|
|
|
|
<link rel="stylesheet" href="/css/bulma.min.css">
|
|
<link rel="stylesheet" href="/css/leighhack.css" type="text/css" > |