Skip to content

Commit fc2a4ec

Browse files
sanityclaude
andcommitted
Use Freenet SVG logo as favicon instead of plain "F" letter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7fdfc65 commit fc2a4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hugo-site/themes/freenet/layouts/partials

hugo-site/themes/freenet/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{ with .OutputFormats.Get "RSS" }}
88
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
99
{{ end }}
10-
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>F</text></svg>">
10+
<link rel="icon" type="image/svg+xml" href="/freenet_logo.svg">
1111
{{ partialCached "head/css.html" . }}
1212
{{ partialCached "head/js.html" . }}
1313
{{ partial "api-url.html" . }}

0 commit comments

Comments
 (0)