fix: drop noreferrer from footer menu external links to preserve Umami referral tracking
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
<a
|
<a
|
||||||
href="{{ .URL }}"
|
href="{{ .URL }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener"
|
||||||
class="label text-fog hover:text-heat transition-colors"
|
class="label text-fog hover:text-heat transition-colors"
|
||||||
>
|
>
|
||||||
{{- .Name -}}{{ partial "icon.html" "arrow-external" }}
|
{{- .Name -}}{{ partial "icon.html" "arrow-external" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user