From 387ca927f11138b220366ffabe556783ebe2ad68 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Wed, 29 Dec 2021 23:25:52 +0100 Subject: Add about page --- scripts/build.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build.rb b/scripts/build.rb index 1e4e30c..ee86b81 100644 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -20,6 +20,7 @@ P = Pather.new P.add 'index', 'index.html' P.add 'style', 'style.css' +P.add 'about', 'about.html' P.add 'songbook', 'śpiewnik-tuturutu.pdf' songs.each_key do |song_id| @@ -29,6 +30,7 @@ songs.each_key do |song_id| end write_templated_erb 'index.html.erb' +write_templated_file 'about.html', 'O Śpiewniku' write_statics statics P.cd SongsDir -- cgit v1.2.3