repair local links again
This commit is contained in:
parent
02e0b4563a
commit
753f9751cc
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user