Prevent avatar from breaking outside of homepage
This commit is contained in:
parent
df3366a3db
commit
43b69e775e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="content">
|
||||
<a href="/" class="site-header">
|
||||
{{ with .Site.Params.Avatar }}
|
||||
<img src="{{ . }}">
|
||||
<img src="/{{ . }}">
|
||||
{{ end }}
|
||||
<header>
|
||||
<h1>{{ .Site.Title }}</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue