summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-08-04 00:00:00 +0000
commit2de93801e1a8a657f0f98bf363ac3485cd11e1722d5feb33226860b8b3509bd7 (patch)
treec8e5d2c4a9e85c2ca7545aa098901c24f665f2734930607746c372530081f128 /layouts
parent95297d29536977ef4f19d737ea8b4deb7c035938cff275d4a1557ee6c3077515 (diff)
Adjust template spacing again
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/layouts/index.html b/layouts/index.html
index af4a15a..4a5afd0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,16 +1,16 @@
{{ define "main" }}
<main>
-<h1>{{ .Site.Params.indexTitle }}</h1>
-<p>{{ .Site.Params.indexIntro }}</p>
-<h2>Navigation Links</h2>
-<nav>
- <p>
- {{- range .Site.Menus.main }}
- <a href="{{ .URL }}" rel="noreferrer">{{ .Name }}</a><br>
- {{- end }}
- </p>
-</nav>
-<h2>Journal Entries</h2>
-{{ partial "metadata.html" . }}
+ <h1>{{ .Site.Params.indexTitle }}</h1>
+ <p>{{ .Site.Params.indexIntro }}</p>
+ <h2>Navigation Links</h2>
+ <nav>
+ <p>
+ {{- range .Site.Menus.main }}
+ <a href="{{ .URL }}" rel="noreferrer">{{ .Name }}</a><br>
+ {{- end }}
+ </p>
+ </nav>
+ <h2>Journal Entries</h2>
+ {{ partial "metadata.html" . }}
</main>
{{ end }}