forked from mirror/Mainroad
Update logo partial: improve indentations
Just a matter of taste. This version looks more readable in non-mixed cases without minification.
This commit is contained in:
parent
1532bc2b7a
commit
7e1f789772
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
<div class="logo{{ with $logoMix }} logo--mixed{{ end }}">
|
||||
<a class="logo__link" href="{{ "" | relLangURL }}"{{ with $logoTitle }} title="{{ . }}"{{ end }} rel="home">
|
||||
{{- with $logoImage }}
|
||||
{{ with $logoImage -}}
|
||||
<div class="logo__item logo__imagebox">
|
||||
<img class="logo__img" src="{{ . | relURL }}">
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- with $logoTitle -}}
|
||||
{{ with $logoTitle -}}
|
||||
<div class="logo__item logo__text">
|
||||
<div class="logo__title">{{ . }}</div>
|
||||
{{ with $logoSubtitle }}<div class="logo__tagline">{{ . }}</div>{{ end }}
|
||||
|
|
Loading…
Add table
Reference in a new issue