Skip to content

Commit

Permalink
Fix logo spacing when minified
Browse files Browse the repository at this point in the history
  • Loading branch information
joeroe committed Feb 12, 2024
1 parent a065875 commit ff410c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ with .Site.Params.about }}
<div class="aside__about">
{{ with .logo }}<span class="about__logo" role="img">{{ . }}</span>{{ end }}
{{ with .logo }}<span class="about__logo" role="img">{{ . }}</span>&nbsp;{{ end }}
{{ with .logo_image }}<img class="about__logo" src="{{ . | absURL }}" alt="Logo">{{ end }}
<h1 class="about__title">{{ .title }}</h1>
{{ with .description }}<p class="about__description">{{ . | markdownify }}</p>{{ end }}
Expand Down

0 comments on commit ff410c3

Please sign in to comment.