diff options
Hotfix
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/base.html b/_includes/base.html index 0ca185f..61df94a 100644 --- a/_includes/base.html +++ b/_includes/base.html @@ -32,7 +32,7 @@ <body> <header> <nav> - <a href="#">Sudomsg</a> + <a href="#" style="font-weight: 900;">Sudomsg</a> <template webc:for="entry of eleventyNavigation(collections.all)" webc:nokeep> <a :href="entry.url" @text="entry.title"></a> </template> |