From f6b49f4bd3a270f832254c59ae8837898e1fbced Mon Sep 17 00:00:00 2001 From: Yawar Amin Date: Wed, 11 Dec 2024 22:33:59 -0500 Subject: [PATCH] Revert anchor link icon to hash character --- www/themes/htmx-theme/static/css/site.css | 2 +- www/themes/htmx-theme/templates/anchor-link.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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