diff options
author | Dennis Eriksen <d@ennis.no> | 2019-11-03 09:37:04 +0100 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2019-11-03 09:37:04 +0100 |
commit | 37fcfa993c254399e16f16e5a0d2cdbf70be0528 (patch) | |
tree | b3583aca1b8534ec37e57298473720b2ab5ee175 /layouts/index.html | |
parent | include rss-link in head (diff) | |
download | riker-37fcfa993c254399e16f16e5a0d2cdbf70be0528.tar.gz |
logo is not part of theme
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 93b18d8..4f74872 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,7 @@ {{ partial "head" . }} <header> - <a href="/"><img id="logo" src="/img/giraffe.svg" /></a> + <a href="/"><img id="logo" src="{{ .Site.Params.logo }}" /></a> <h1>{{ .Title }}</h1> </header> <main> |