From 765ccd2aaa944737fdc5d882a63a42354c7f1196 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 6 Jan 2020 14:44:07 +0000 Subject: [PATCH] Docs: add icons --- docs/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 898043da..a937fc18 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,8 +4,15 @@ - sharp - High performance Node.js image processing + + + + + + + + sharp - High performance Node.js image processing @@ -32,7 +39,11 @@ }; new Docute({ router: { mode: 'history' }, - logo: '
sharp - High performance Node.js image processing
', + logo: '
' + + 'sharp ' + + '# ' + + 'High performance Node.js image processing ' + + '
', darkThemeToggler: true, detectSystemDarkTheme: true, footer: 'pixelplumbing.com',