Skip to content

Commit

Permalink
Update _favicons.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarah committed Dec 14, 2023
1 parent 22918cc commit 6db12f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/up-business-theme/layouts/partials/head/_favicons.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $favicon := resources.Get "images/favicon.ico" -}}
{{- with resources.Get "uploads/favicon.ico" -}}
{{- $favicon := resources.Get "favicon.ico" -}}
{{- with resources.Get "favicon.ico" -}}
{{- $favicon = . -}}
{{- end -}}
{{- $favicon = slice $favicon | resources.Concat "favicon.ico" -}}
Expand Down

0 comments on commit 6db12f5

Please sign in to comment.