1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 11:02:03 +00:00

Use internal routing functionality for navigation

This commit is contained in:
Holger Just 2015-12-08 14:17:35 +01:00
parent 564b3e2fb6
commit 5bee24aab5

View File

@ -113,9 +113,9 @@ set :casper, {
}
},
navigation: {
'Home' => '/',
'Home' => ->{ url_for '/index.html' },
'About Me' => ->{ author_path },
'Legal' => '/impressum/'
'Legal' => -> { url_for '/impressum.html' }
}
}