Skip to content

Commit

Permalink
chore: remove thumbnail for site logo
Browse files Browse the repository at this point in the history
  • Loading branch information
guqing authored and HowieHz committed Jan 1, 2025
1 parent 3b044d2 commit 6767570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/fragments/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
th:with="styles=${theme.config?.styles},logo=${#objects.nullSafe(styles?.icon, site?.logo)},fallbackLogo=${#theme.assets('/images/logo.png')}"
th:class="${styles?.avatar_circle == true ? 'circle-avatar' : ''}"
th:classappend="${styles?.avatar_grayout == true ? 'avatar-grayscale' : ''}"
th:style="|background-image: url('/apis/api.storage.halo.run/v1alpha1/thumbnails/-/via-uri?size=s&uri=${#strings.defaultString(logo, fallbackLogo)}')|"
th:style="|background-image: url('${#strings.defaultString(logo, fallbackLogo)}')|"
th:if="${theme.config?.styles?.is_show_header_icon}"
></div>

Expand Down

0 comments on commit 6767570

Please sign in to comment.