Add new branch (portfolio) - Hogan_pragmatic-bookshelf
This commit is contained in:
3
themes/basic/layouts/partials/footer.html
Normal file
3
themes/basic/layouts/partials/footer.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<footer>
|
||||
<small>Copyright {{now.Format "2006"}} Me.</small>
|
||||
</footer>
|
||||
7
themes/basic/layouts/partials/head.html
Normal file
7
themes/basic/layouts/partials/head.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="{{ "css/style.css"
|
||||
| relURL }}">
|
||||
<title>{{ .Site.Title }}</title>
|
||||
</head>
|
||||
3
themes/basic/layouts/partials/header.html
Normal file
3
themes/basic/layouts/partials/header.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<header>
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
</header>
|
||||
6
themes/basic/layouts/partials/nav.html
Normal file
6
themes/basic/layouts/partials/nav.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/resume">Résumé</a>
|
||||
<a href="/contact"></a>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user