mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
fixed small ui bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{{ $logo := resources.Get .Site.Params.Logo }}
|
{{ $logo := resources.Get .Site.Params.Logo }}
|
||||||
{{ if $logo }}
|
{{ if $logo }}
|
||||||
<div>
|
<div>
|
||||||
<a href="{{ "" | relLangURL }}" class="flex h-12">
|
<a href="{{ "" | relLangURL }}" class="flex">
|
||||||
<span class="sr-only">{{ .Site.Title | markdownify | emojify }}</span>
|
<span class="sr-only">{{ .Site.Title | markdownify | emojify }}</span>
|
||||||
|
|
||||||
<img src="{{ $logo.RelPermalink }}" width="{{ div $logo.Width 2 }}" height="{{ div $logo.Height 2 }}"
|
<img src="{{ $logo.RelPermalink }}" width="{{ div $logo.Width 2 }}" height="{{ div $logo.Height 2 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user