summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/baseof.html5
-rw-r--r--layouts/page.html2
2 files changed, 5 insertions, 2 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html
index 291be14..0ce3bd2 100644
--- a/layouts/baseof.html
+++ b/layouts/baseof.html
@@ -5,7 +5,10 @@
</head>
<body>
<header>
- <h1><a href="/">forever2k38</a></h1>
+ <div>
+ <h1><a href="/">forever2k38</a></h1>
+ <p>doas poweroff</p>
+ </div>
<nav>
{{- range .Site.Menus.main }}
diff --git a/layouts/page.html b/layouts/page.html
index 79b5a0e..0f6f513 100644
--- a/layouts/page.html
+++ b/layouts/page.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<div class="content">
- <h1>{{ .Title }}</h1>
+ <h1 class="title">{{ .Title }}</h1>
{{ .Content }}
</div>
{{ end }}