diff options
author | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-19 00:31:02 -0300 |
---|---|---|
committer | Caio Lente <7017340+clente@users.noreply.github.com> | 2023-10-19 00:31:02 -0300 |
commit | 7bee3815bdd3bf5298c18097967b122c45d0de7d (patch) | |
tree | 53ff85bf9cb309ab3840a3b9583fd5831a74ae03 /layouts/partials/favicon.html | |
parent | d3768fa53bc8f2320a1f90072d1d97dd1916c832 (diff) | |
parent | 4edcba8dd16f8e6f9564a2743fe28b7bdfed9784 (diff) | |
download | hugo-bearcub-7bee3815bdd3bf5298c18097967b122c45d0de7d.tar.gz hugo-bearcub-7bee3815bdd3bf5298c18097967b122c45d0de7d.tar.bz2 |
Merge remote-tracking branch 'origin/main' into style/herman
Diffstat (limited to 'layouts/partials/favicon.html')
-rw-r--r-- | layouts/partials/favicon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/favicon.html b/layouts/partials/favicon.html index 80f6aca..d391a86 100644 --- a/layouts/partials/favicon.html +++ b/layouts/partials/favicon.html @@ -1,2 +1,2 @@ {{ with .Site.Params.favicon }} -<link rel="shortcut icon" href="{{ . }}" />{{ end }} +<link rel="shortcut icon" href="{{ absURL . }}" />{{ end }} |