diff --git a/config.rb b/config.rb index a926de2..b91776e 100644 --- a/config.rb +++ b/config.rb @@ -90,7 +90,7 @@ configure :build do activate :cache_buster # Use relative URLs - activate :relative_assets + #activate :relative_assets # Compress PNGs after build # First: gem install middleman-smusher diff --git a/source/_footer.slim b/source/_footer.slim index d376de2..6cd0050 100644 --- a/source/_footer.slim +++ b/source/_footer.slim @@ -1,11 +1,11 @@ a name="about" p ' ® Copyright 2012 | - ==link_to "Albert Schulz", "albert" + ==link_to "Albert Schulz", "/albert" ' , - ==link_to "Jörg Thalheim", "joerg" + ==link_to "Jörg Thalheim", "/joerg" br/ ' using a href="http://ethanschoonover.com/solarized" target="_blank" solarized ', more infos - ==link_to "here", "humans.txt" + ==link_to "here", "/humans.txt" diff --git a/source/_navbar.slim b/source/_navbar.slim index dcdb81d..b7818a7 100644 --- a/source/_navbar.slim +++ b/source/_navbar.slim @@ -1,3 +1,3 @@ -==link_to "Higgs-Boson", "index.html", :class => "navlink", :id => "sitelink" -==link_to "Impressum", "impressum.html", :class => "navlink" +==link_to "Higgs-Boson", "/", :class => "navlink", :id => "sitelink" +==link_to "Impressum", "/impressum.html", :class => "navlink" ==link_to "About", "#about", :class => "navlink"