From e379c19e75995213a4fc536b060b43a505b69f9f Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 13 Sep 2025 09:45:05 +0200 Subject: [PATCH] Remove book-icon class from footer links --- layouts/_partials/docs/prev-next.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_partials/docs/prev-next.html b/layouts/_partials/docs/prev-next.html index 42465c7..d93e5ed 100644 --- a/layouts/_partials/docs/prev-next.html +++ b/layouts/_partials/docs/prev-next.html @@ -12,7 +12,7 @@
{{ with $prev }} - + Previous {{ partial "docs/title" . }} @@ -20,7 +20,7 @@ {{ with $next }} - + {{ partial "docs/title" . }} Next