diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-04-16 18:12:11 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2024-04-16 18:13:36 +0200 |
commit | 5b348bdab1e6361cbb330dd789c1e65553156214 (patch) | |
tree | 732356a547ab177db7e6d662f0e610be22931eca /src | |
parent | fb42f4157c92eb35f54dd65425f1c7e6aca07389 (diff) |
Add link to meetings songbook
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> |