repair local links again

This commit is contained in:
Jörg Thalheim 2012-07-26 20:30:17 +02:00
parent 02e0b4563a
commit 753f9751cc
3 changed files with 6 additions and 6 deletions

View File

@ -90,7 +90,7 @@ configure :build do
activate :cache_buster activate :cache_buster
# Use relative URLs # Use relative URLs
activate :relative_assets #activate :relative_assets
# Compress PNGs after build # Compress PNGs after build
# First: gem install middleman-smusher # First: gem install middleman-smusher

View File

@ -1,11 +1,11 @@
a name="about" a name="about"
p p
' ® Copyright 2012 | ' ® 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/ br/
' using ' using
a href="http://ethanschoonover.com/solarized" target="_blank" solarized a href="http://ethanschoonover.com/solarized" target="_blank" solarized
', more infos ', more infos
==link_to "here", "humans.txt" ==link_to "here", "/humans.txt"

View File

@ -1,3 +1,3 @@
==link_to "Higgs-Boson", "index.html", :class => "navlink", :id => "sitelink" ==link_to "Higgs-Boson", "/", :class => "navlink", :id => "sitelink"
==link_to "Impressum", "impressum.html", :class => "navlink" ==link_to "Impressum", "/impressum.html", :class => "navlink"
==link_to "About", "#about", :class => "navlink" ==link_to "About", "#about", :class => "navlink"