Initial commit
This commit is contained in:
0
themes/v2/layouts/partials/footer.html
Normal file
0
themes/v2/layouts/partials/footer.html
Normal file
4
themes/v2/layouts/partials/head.html
Normal file
4
themes/v2/layouts/partials/head.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
</head>
|
||||
3
themes/v2/layouts/partials/header.html
Normal file
3
themes/v2/layouts/partials/header.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<header>
|
||||
<h1><a href="/">{{ .Site.Title }}</a></h1>
|
||||
<header>
|
||||
Reference in New Issue
Block a user