Initial Hugo port
This commit is contained in:
7
layouts/partials/head.html
Normal file
7
layouts/partials/head.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="/css/custom.css">
|
||||
<script defer src="js/fontawesome.js"></script>
|
||||
</head>
|
||||
4
layouts/partials/header.html
Normal file
4
layouts/partials/header.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<header class="site-header">
|
||||
<div class="wrapper">
|
||||
</div>
|
||||
</header>
|
||||
Reference in New Issue
Block a user