Skip to content

Commit

Permalink
Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema committed Aug 9, 2024
1 parent 8db18f4 commit d963ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch depth: 0
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-geekdoc/layouts/partials/head/favicons.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="icon" type="image/svg+xml" href="{{ "favicon/favicon.svg" | relURL }}" />
<link rel="icon" type="image/svg+xml" href="{{ "favicon/favicon.ico" | relURL }}" />
<link
rel="icon"
type="image/png"
Expand Down

0 comments on commit d963ba7

Please sign in to comment.