diff --git a/config.rb b/config.rb index 43dc77e..6a1ab4a 100644 --- a/config.rb +++ b/config.rb @@ -113,9 +113,9 @@ set :casper, { } }, navigation: { - 'Home' => '/', + 'Home' => ->{ url_for '/index.html' }, 'About Me' => ->{ author_path }, - 'Legal' => '/impressum/' + 'Legal' => -> { url_for '/impressum.html' } } }