We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930f0a4 commit b529bc3Copy full SHA for b529bc3
src/lib/components/NavBar.svelte
@@ -10,6 +10,10 @@
10
href: '/about', // path name will be translated via src/lib/i18n.js
11
label: m.About()
12
},
13
+ {
14
+ href: 'https://matthias-andrasch.eu/blog',
15
+ label: 'Blog'
16
+ },
17
{
18
href: '/projects', // path name will be translated via src/lib/i18n.js
19
label: m.Projects()
src/lib/components/NavBarMobile.svelte
@@ -11,6 +11,10 @@
20
0 commit comments