diff --git a/www/themes/htmx-theme/static/css/site.css b/www/themes/htmx-theme/static/css/site.css
index 936519423..702e9cbd1 100644
--- a/www/themes/htmx-theme/static/css/site.css
+++ b/www/themes/htmx-theme/static/css/site.css
@@ -574,5 +574,5 @@ pre[class|="language"] {
}
.zola-anchor:hover::after {
- content: ' 🔗';
+ content: ' #';
}
diff --git a/www/themes/htmx-theme/templates/anchor-link.html b/www/themes/htmx-theme/templates/anchor-link.html
index 4f6256d87..b67c4641f 100644
--- a/www/themes/htmx-theme/templates/anchor-link.html
+++ b/www/themes/htmx-theme/templates/anchor-link.html
@@ -1 +1 @@
-🔗
\ No newline at end of file
+#
\ No newline at end of file