summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html56
1 files changed, 28 insertions, 28 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 81ed596..98e77f7 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -15,34 +15,34 @@
</head>
<body>
{{- block "body" . }}
- <header id="site-header">
- <div class="container">
- <nav>
- <a href="/" class="brand-name">{{ .Site.Title }}</a>
- {{- range sort .Site.Sections "Title" }}
- <a href="{{ .Permalink }}">{{ .Title }}</a>
- {{- end }}
- </nav>
- </div>
- </header>
- <main id="site-main">
- <div class="container">
- {{- block "main" . }}{{ end }}
- </div>
- </main>
- <footer id="site-footer">
- <div class="container">
- <hr>
- <p>&copy; 2016 - {{ now.Year }} &ndash; Patrick "tyil" Spek</p>
- <p>
- All content is licensed as per the license shown below
- that content. All other sources (html, css, ...) are
- released under the terms of the <a
- href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL,
- version 3</a> or later.
- </p>
- </div>
- </footer>
+ <header id="site-header">
+ <div class="container">
+ <nav>
+ <a href="/" class="brand-name">{{ .Site.Title }}</a>
+ {{- range sort .Site.Sections "Title" }}
+ <a href="{{ .Permalink }}">{{ .Title }}</a>
+ {{- end }}
+ </nav>
+ </div>
+ </header>
+ <main id="site-main">
+ <div class="container">
+ {{- block "main" . }}{{ end }}
+ </div>
+ </main>
+ <footer id="site-footer">
+ <div class="container">
+ <hr>
+ <p>&copy; 2016 - {{ now.Year }} &ndash; Patrick "tyil" Spek</p>
+ <p>
+ All content is licensed as per the license shown below
+ that content. All other sources (html, css, ...) are
+ released under the terms of the <a
+ href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL,
+ version 3</a> or later.
+ </p>
+ </div>
+ </footer>
{{- end }}
</body>
</html>