initial commit
This commit is contained in:
commit
f6b4208301
116 changed files with 1156 additions and 0 deletions
8
themes/janw/layouts/partials/head.html
Normal file
8
themes/janw/layouts/partials/head.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<head>
|
||||
<title>{{ .Title }} | janw.name</title>
|
||||
<meta name="generator" content="Hugo {{ hugo.Version }}">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
<link rel="stylesheet" type="text/css" href="/css/style.css">
|
||||
<link href="data:," rel="icon">
|
||||
</head>
|
Loading…
Add table
Add a link
Reference in a new issue