From 963a3352878adae4d4b3b5d581d1e23fe67a3231 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 26 Sep 2023 17:41:18 +0100 Subject: [PATCH] style: add favicon to embeds --- OliverBooth/Pages/Shared/_Layout.cshtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 621f711..cf47604 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -25,6 +25,7 @@ string excerpt = BlogPostService.RenderExcerpt(post, out bool trimmed); + @@ -32,6 +33,7 @@ + }