mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 03:22:17 +00:00
Cleanup and more pages
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
<meta charset="utf-8">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
<title>{{ block "title" . }}{{ .Site.Title }} - {{ .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" >
|
||||
<link rel="stylesheet" href="/css/leighhack.css" type="text/css">
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Transport Medium';
|
||||
src: url('/fonts/transport-medium.woff2') format('woff2');
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user