Skip to content

Commit

Permalink
Revert max header icon dimensions to 32x32 (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd authored Jun 13, 2024
1 parent 2543464 commit d2aa0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="{{ .Site.Home.RelPermalink }}" title="{{ .Site.Title }}">
{{- with .Site.Params.header.title -}}
{{- with .logo -}}
{{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | partial "plugin/image.html" -}} {{- end -}}
{{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "32" "Width" "32" | partial "plugin/image.html" -}} {{- end -}}
{{- with .pre -}}
<span class="tw-mr-1">{{ . | safeHTML }}</span>
{{- end -}}
Expand Down Expand Up @@ -108,7 +108,7 @@
<a href="{{ .Site.Home.RelPermalink }}" title="{{ .Site.Title }}">
{{- with .Site.Params.header.title -}}
{{- with .logo -}}
{{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "28" "Width" "28" | partial "plugin/image.html" -}}
{{- dict "Src" . "Class" "tw-inline tw-align-text-bottom tw-mr-1" "Height" "32" "Width" "32" | partial "plugin/image.html" -}}
{{- end -}}
{{- with .pre -}}
<span class="tw-mr-1">{{ . | safeHTML }}</span>
Expand Down

0 comments on commit d2aa0e7

Please sign in to comment.