From 904847ffdf9bf2aeec0a4ead9ee7660adab26737 Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Sun, 28 Jul 2024 13:07:18 -0700 Subject: [PATCH] Update config.toml --- config.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 2dee1fb4..e07993c3 100644 --- a/config.toml +++ b/config.toml @@ -291,8 +291,9 @@ favicon16 = "favicon-16x16.png" # favicon-16x16.png ############################################################################### ### Icons ### Loading the entire fontawesome icon collection will negatively impact your sites performance. -### For a lightweight solution consider adding only the icons that you need to the following file: -### https://github.com/Jieiku/abridge/blob/master/sass/include/_icons.scss +### For a lightweight solution consider adding only the icons that you need. +### you can load individual scss based svg icons by including them in the _extra.scss file +### https://github.com/Jieiku/abridge/blob/master/COPY-TO-ROOT-SASS/_extra.scss ############################################################################### ### To disable any of these icons set them to "false" (will default to unicode icons instead)