Skip to content

Commit b529bc3

Browse files
committed
chore: add blog
1 parent 930f0a4 commit b529bc3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/lib/components/NavBar.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
href: '/about', // path name will be translated via src/lib/i18n.js
1111
label: m.About()
1212
},
13+
{
14+
href: 'https://matthias-andrasch.eu/blog',
15+
label: 'Blog'
16+
},
1317
{
1418
href: '/projects', // path name will be translated via src/lib/i18n.js
1519
label: m.Projects()

src/lib/components/NavBarMobile.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
href: '/about', // path name will be translated via src/lib/i18n.js
1212
label: m.About()
1313
},
14+
{
15+
href: 'https://matthias-andrasch.eu/blog',
16+
label: 'Blog'
17+
},
1418
{
1519
href: '/projects', // path name will be translated via src/lib/i18n.js
1620
label: m.Projects()

0 commit comments

Comments
 (0)