From 0f0eec0dbdc67f4623dd5bcc81abc2b81d99fe5d Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Wed, 7 Jun 2023 22:56:15 +0530 Subject: Add favicon --- _site.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_site.yml') diff --git a/_site.yml b/_site.yml index ca8122b..a47c6a5 100644 --- a/_site.yml +++ b/_site.yml @@ -1,4 +1,5 @@ name: "Microsoft Activation Scripts" +include: ["get.ps1"] navbar: title: "Microsoft Activation Scripts" right: @@ -55,8 +56,11 @@ output: html_document: includes: after_body: footer.html + in_header: favicon.html theme: readable highlight: tango + favicon: favicon.ico + css: styles.css toc_depth: 3 toc: true toc_float: -- cgit v1.2.3