From 1a185ea6b62acad9dfebcf57c6ecbcd1b902a2e6 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Sat, 16 May 2026 23:00:51 +0000
Subject: [PATCH] fix: remove external link indicator from social icons
---
/dev/null | 6 ------
assets/ananke/css/_social-icons.css | 8 --------
layouts/_partials/social/follow.html | 3 ---
3 files changed, 0 insertions(+), 17 deletions(-)
diff --git a/assets/ananke/css/_social-icons.css b/assets/ananke/css/_social-icons.css
index ce96e9c..516047b 100644
--- a/assets/ananke/css/_social-icons.css
+++ b/assets/ananke/css/_social-icons.css
@@ -11,11 +11,3 @@
.ananke-socials a:hover {
color: rgb(107, 114, 128);
}
-.new-window {
- opacity: 0;
- display: inline-block;
- vertical-align: top;
-}
-.link-transition:hover .new-window{
- opacity: 1;
-}
diff --git a/layouts/_partials/new-window-icon.html b/layouts/_partials/new-window-icon.html
deleted file mode 100644
index fbe21f0..0000000
--- a/layouts/_partials/new-window-icon.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{{ $new_window_icon_size := "8px" }}
-<span class="new-window">{{ partials.Include "svg/new-window.svg" (dict "size" $new_window_icon_size) }}</span>
diff --git a/layouts/_partials/social/follow.html b/layouts/_partials/social/follow.html
index f85f0e3..daae092 100644
--- a/layouts/_partials/social/follow.html
+++ b/layouts/_partials/social/follow.html
@@ -36,9 +36,6 @@
{{- else -}}
{{- $label -}}
{{- end -}}
- {{- with $config.follow.new_window_icon -}}
- {{- partials.Include "new-window-icon.html" . -}}
- {{- end -}}
</a>
{{- end -}}
</div>
diff --git a/layouts/_partials/svg/new-window.svg b/layouts/_partials/svg/new-window.svg
deleted file mode 100644
index 0bc5e76..0000000
--- a/layouts/_partials/svg/new-window.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-<svg {{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 1000 1000;" version="1.1" viewBox="0 0 1000 1000" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
-<path d="M598 128h298v298h-86v-152l-418 418-60-60 418-418h-152v-86zM810 810v-298h86v298c0 46-40 86-86 86h-596c-48 0-86-40-86-86v-596c0-46 38-86 86-86h298v86h-298v596h596z" style="fill-rule:evenodd;clip-rule:evenodd;"/>
-</svg>
diff --git a/layouts/_partials/svg/tiktok.svg b/layouts/_partials/svg/tiktok.svg
deleted file mode 100644
index 18e5505..0000000
--- a/layouts/_partials/svg/tiktok.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-<svg{{ with .size }} height="{{ . }}" {{ end }} style="enable-background:new 0 0 32 32;" version="1.1" viewBox="0 0 32 32"
- width="{{ .size }}" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <path
- d="m 15.433,1.91 c 7.726455,0 14,6.265147 14,14 0,7.726455 -6.265147,14 -14,14 -7.7264547,0 -14,-6.265147 -14,-14 0,-7.7264547 6.265147,-14 14,-14 z m 3.031794,6.2483503 c 0.260348,2.2003597 1.486502,3.5104977 3.611277,3.6448707 v 2.469107 c -1.234553,0.117576 -2.317936,-0.285543 -3.577684,-1.041392 v 4.619076 c 0,5.878824 -6.407918,7.709658 -8.9778045,3.5021 -1.6544691,-2.70426 -0.6382724,-7.466107 4.6694665,-7.65087 v 2.611877 c -0.40312,0.06719 -0.831434,0.167967 -1.226155,0.30234 -1.184163,0.394721 -1.847631,1.15057 -1.662868,2.469106 0.361128,2.527895 4.997001,3.275345 4.610678,-1.662867 V 8.1667487 h 2.561488 z"
- style="fill-rule:evenodd;clip-rule:evenodd;"/>
-</svg>
--
Gitblit v1.10.0