From 753f9751cc58d6361182c780c17db125c20302be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 26 Jul 2012 20:30:17 +0200 Subject: [PATCH] repair local links again --- config.rb | 2 +- source/_footer.slim | 6 +++--- source/_navbar.slim | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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"