diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2011-09-02 20:11:58 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2011-09-02 20:11:58 +0200 |
commit | 0d0e1b7733475616eb397cf51227a851430634f6 (patch) | |
tree | cb5bf005e187529f5117750ce6ba5e7e1a241f0e /src | |
parent | de90c21200710a1ec44e4de207ca90481a7c2c24 (diff) | |
download | Thrash-and-Burn-Tour-2012-Website-0d0e1b7733475616eb397cf51227a851430634f6.tar.gz Thrash-and-Burn-Tour-2012-Website-0d0e1b7733475616eb397cf51227a851430634f6.tar.bz2 Thrash-and-Burn-Tour-2012-Website-0d0e1b7733475616eb397cf51227a851430634f6.zip |
Make link work in deployed mode too.
Diffstat (limited to 'src')
-rw-r--r-- | src/index.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.haml b/src/index.haml index 0abb4f6..ea0d13c 100644 --- a/src/index.haml +++ b/src/index.haml @@ -1,2 +1,2 @@ #splash - = link img('poster2012_web.jpg'), '/press' + = link img('poster2012_web.jpg'), '/press.html' |