summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" }}