From 8041d6956644b0b2f5a0d20af2817836c3ca9a16 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 26 Jul 2021 11:46:37 +0200 Subject: Expand donations page --- scripts/build.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/build.rb') diff --git a/scripts/build.rb b/scripts/build.rb index b88dad1..371a04a 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -33,7 +33,7 @@ P.add 'style', 'style.css' P.add 'index', 'index.html' P.add 'blog', 'blog.html' P.add 'projects', 'projects.html' -P.add 'crypto', 'crypto.html' +P.add 'donate', 'donate.html' P.add 'rss', 'rss.xml' if !Dir.exists? 'public/blog' @@ -48,7 +48,7 @@ write_statics statics write_templated_erb 'index.html.erb', title: 'Martin Chrzanowski.' write_templated_erb 'projects.html.erb', title: 'Projects.' write_blog_archive -write_templated_file 'crypto.html', title: 'Crypto addresses.' +write_templated_file 'donate.html', title: 'Donations.' P.cd 'blog' -- cgit v1.2.3