Skip to content

Commit 0f7b6d7

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
fix blog link
1 parent e3df858 commit 0f7b6d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/_layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta property="og:image" content="https://codegroove.dev/assets/hero-bg.jpg">
1414

1515
<!-- Favicon -->
16-
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🎸</text></svg>">
16+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='0.9em' font-size='90'>🪿</text></svg>">
1717

1818
<!-- Preload fonts for better performance -->
1919
<link rel="preload" href="/assets/fonts/IrishGrover-Regular.woff2" as="font" type="font/woff2" crossorigin>

src/blog/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: base.njk
33
title: Blog
4+
permalink: /blog/
5+
eleventyExcludeFromCollections: true
46
---
57

68
<section class="blog-hero">

0 commit comments

Comments
 (0)