diff options
author | Dennis Eriksen <d@ennis.no> | 2019-11-03 09:32:53 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-11-03 09:32:53 +0100 |
commit | 8636007cecdfe3c2b5e7970bf92ac3d61fd315ea (patch) | |
tree | bd25390aea9f685b2f75e644b2435bc0d54e8452 | |
parent | adding dark-mode! (diff) | |
download | rikerz-8636007cecdfe3c2b5e7970bf92ac3d61fd315ea.tar.gz |
parameterize this option
-rw-r--r-- | layouts/index.html | 5 |
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" }} |