Val's Dreamscape Journal - initial
This commit is contained in:
3
themes/dreamscape/layouts/partials/footer.html
Normal file
3
themes/dreamscape/layouts/partials/footer.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<footer class="site-footer">
|
||||
<p>© {{ now.Year }} {{ .Site.Params.author }} · {{ .Site.Title }}</p>
|
||||
</footer>
|
||||
3
themes/dreamscape/layouts/partials/head.html
Normal file
3
themes/dreamscape/layouts/partials/head.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<meta name="theme-color" content="#1a1a2e">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="alternate" type="application/rss+xml" href="{{ "feed.xml" | relURL }}">
|
||||
8
themes/dreamscape/layouts/partials/header.html
Normal file
8
themes/dreamscape/layouts/partials/header.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<header class="site-header">
|
||||
<a href="/" class="logo">{{ .Site.Title }}</a>
|
||||
<nav>
|
||||
{{ range .Site.Menus.main }}
|
||||
<a href="{{ .URL }}">{{ .Name }}</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
</header>
|
||||
Reference in New Issue
Block a user