|
@ -1,6 +1,6 @@ |
|
|
<div> |
|
|
<div> |
|
|
{{ with resources.Get site.Params.logo.src }} |
|
|
{{ with resources.Get site.Params.logo.src }} |
|
|
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="{{ site.Params.logo.alt }}"> |
|
|
<a href="/"><img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="{{ site.Params.logo.alt }}"></a> |
|
|
{{ else }} |
|
|
{{ else }} |
|
|
<h1>{{ site.Title }}</h1> |
|
|
<h1>{{ site.Title }}</h1> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|