summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2019-11-03 09:32:53 +0100
committerDennis Eriksen <d@ennis.no>2019-11-03 09:32:53 +0100
commit8636007cecdfe3c2b5e7970bf92ac3d61fd315ea (patch)
treebd25390aea9f685b2f75e644b2435bc0d54e8452
parentadding dark-mode! (diff)
downloadrikerz-8636007cecdfe3c2b5e7970bf92ac3d61fd315ea.tar.gz
parameterize this option
-rw-r--r--layouts/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index afce814..93b18d8 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,11 +2,10 @@
<header>
<a href="/"><img id="logo" src="/img/giraffe.svg" /></a>
-<h1>dnns.no</h1>
+ <h1>{{ .Title }}</h1>
</header>
<main>
-<p>This site contains articles of various quality, and is sort of a private-but-public documentation of various things. Maybe there'll be some "normal" blog-posts at some point as well. Who knows.</p>
-
+<p>{{ .Site.Params.intro }}</p>
<div class="archive">
<h2>Archive</h2>
{{ range (where .Site.RegularPages "Type" "post").GroupByDate "2006" }}