1 changed files with 2 additions and 0 deletions
@ -1,6 +1,8 @@ |
|||||
|
<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 }}"> |
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="{{ site.Params.logo.alt }}"> |
||||
{{ else }} |
{{ else }} |
||||
<h1>{{ site.Title }}</h1> |
<h1>{{ site.Title }}</h1> |
||||
{{ end }} |
{{ end }} |
||||
{{ partial "menu.html" (dict "menuID" "main" "page" .) }} |
{{ partial "menu.html" (dict "menuID" "main" "page" .) }} |
||||
|
</div> |
||||
|
Loading…
Reference in new issue