We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fdfc65 commit fc2a4ecCopy full SHA for fc2a4ec
1 file changed
hugo-site/themes/freenet/layouts/partials/head.html
@@ -7,7 +7,7 @@
7
{{ with .OutputFormats.Get "RSS" }}
8
{{ printf `<link rel=%q type=%q href=%q title=%q>` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
9
{{ 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>">
+<link rel="icon" type="image/svg+xml" href="/freenet_logo.svg">
11
{{ partialCached "head/css.html" . }}
12
{{ partialCached "head/js.html" . }}
13
{{ partial "api-url.html" . }}
0 commit comments