m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 15:18:16 +0100
committerMarcin Chrzanowski <m@m-chrzan.xyz>2022-11-29 15:18:16 +0100
commit26dcaa3c44860f4739966bcbb0e9280e46c2c666 (patch)
tree4a2674fd3d885d434fcf1a2ff400665e43d01b49
parent0971c3b278669d38853a4ef5593b08d37a3ef6fc (diff)
Add button links
-rw-r--r--src/links.html.erb8
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>