Initial site
This commit is contained in:
3
themes/maddybook/layouts/partials/footer.html
Normal file
3
themes/maddybook/layouts/partials/footer.html
Normal file
@ -0,0 +1,3 @@
|
||||
<footer>
|
||||
<p>© <a href="{{ .Site.Params.home }}">{{ .Site.Params.author }}</a> {{ .Site.Params.copyright }}</p>
|
||||
</footer>
|
||||
9
themes/maddybook/layouts/partials/head.html
Normal file
9
themes/maddybook/layouts/partials/head.html
Normal file
@ -0,0 +1,9 @@
|
||||
<header>
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
3
themes/maddybook/layouts/partials/header.html
Normal file
3
themes/maddybook/layouts/partials/header.html
Normal file
@ -0,0 +1,3 @@
|
||||
<head>
|
||||
<title>{{ .Title }}</title>
|
||||
</head>
|
||||
Reference in New Issue
Block a user