diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.html.erb b/src/index.html.erb index f6be207..9440e4f 100644 --- a/src/index.html.erb +++ b/src/index.html.erb @@ -6,6 +6,10 @@ Pobierz cały śpiewnik: <a href='<%= path_to 'songbook' %>'>[PDF]</a>. </p> +<p> + Polecamy również: <a href='https://spotkania.tuturutu.net'>Śpiewnik na spotkania śpiewacze w AMT</a>. +</p> + <ul id='songs'> <%- songs.values.sort { |a, b| polish_compare a.title, b.title }.each do |song| -%> <li> |