implementation (#17286)

This commit is contained in:
Arit Amana 2022-04-14 10:26:48 -04:00 committed by GitHub
parent 2f811463d9
commit b08de775e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 3 deletions

View file

@ -348,4 +348,9 @@ body {
margin: 0;
margin-bottom: var(--su-2);
}
&__favicon {
width: 32px;
height: auto;
}
}

View file

@ -22,9 +22,9 @@
<% if page.images.favicon %>
<img
alt="favicon"
class="m-0 mr-2 radius-0"
src="<%= Images::Optimizer.call(page.images.favicon, width: 48) %>"
width="24" height="24" loading="lazy" />
class="c-embed__favicon m-0 mr-2 radius-0"
src="<%= page.images.favicon %>"
loading="lazy" />
<% end %>
<%= url_domain %>
</div>