From 83de11ca51dc38c4e51d56925a5bc55319328811 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Thu, 18 Jan 2024 15:23:31 +0100 Subject: [PATCH] remove external link icon for now --- themes/hugo-theme-flat/static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index dc72937..d06a95a 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -141,7 +141,8 @@ body { a.external:after { /*edd external icon to external link as :after with unicode symbol*/ - content: "⮺"; + /* content: "⮺";*/ + } .main-wrapper {