From 5fcb0c09a86019fceca39bc0ed4b2632fad1b112 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 10 Dec 2023 09:16:12 +0000 Subject: [PATCH] fix: only use icon where applicable --- layouts/partials/docs/header.html | 2 +- layouts/partials/docs/menu-filetree.html | 8 ++++---- layouts/partials/docs/menu-hugo.html | 2 +- layouts/partials/docs/title-with-icon.html | 9 +++++++++ layouts/partials/docs/title.html | 7 +------ layouts/posts/list.html | 2 +- 6 files changed, 17 insertions(+), 13 deletions(-) create mode 100644 layouts/partials/docs/title-with-icon.html diff --git a/layouts/partials/docs/header.html b/layouts/partials/docs/header.html index 089859c..38b0796 100644 --- a/layouts/partials/docs/header.html +++ b/layouts/partials/docs/header.html @@ -3,7 +3,7 @@ Menu - {{ partial "docs/title" . }} + {{ partial "docs/title-with-icon" . }}