diff options
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> |