Skip to content

Commit

Permalink
Do not escape Octothorpe URL query
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 24, 2024
1 parent 70ef0f2 commit 3fe1f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/justatheory/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2d2d2d" />{{ if and .Site.Params.octothorpes .Params.tags }}
<link rel="preload" as="fetch" href="https://octothorp.esc/?{{ .Permalink }}" />
<link rel="preload" as="fetch" {{ printf "href=\"https://octothorp.esc/?%v\"" .Permalink | safeHTMLAttr }}>
{{- range .Params.tags }}
<link rel="octo:octothorpes" href="{{ . | urlize }}" />
{{- end }}{{ end }}
Expand Down

0 comments on commit 3fe1f94

Please sign in to comment.