diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/links.html.erb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/links.html.erb b/src/links.html.erb index 3897820..8e345f1 100644 --- a/src/links.html.erb +++ b/src/links.html.erb @@ -28,7 +28,9 @@ Here are some websites I follow or enjoy visiting from time to time. </ul> <p> -If you'd like to link to my website and enjoy using 88x31 buttons, here's a -silly one I made: +If you'd like to link to my website and enjoy using 88x31 buttons, +<a href='<%= path_to 'button' %>'>here's</a> a silly one I made: </p> -<center> <image src='<%= path_to 'button' %>' /> </center> +<center> + <a href='<%= path_to 'index' %>'><image src='<%= path_to 'button' %>' /></a> +</center> |