diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 16:08:03 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 16:08:03 +0200 |
commit | 6a7b8ebcf1dc17fe6c500e461a9c23a1a48c32e9 (patch) | |
tree | a33597f8d32b82c8f2dd77efc0b29b67899a50ad /scripts | |
parent | 1d9fc47182aa85fb8a857df704f03173e64a8876 (diff) |
Change Sunday corner URL
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.rb b/scripts/build.rb index 774901c..34944a2 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -35,7 +35,7 @@ P.add 'blog', 'blog.html' P.add 'projects', 'projects.html' P.add 'crypto', 'crypto.html' P.add 'rss', 'rss.xml' -P.add 'sunday', 'sunday.html' +P.add 'sunday', 'sunday-corner' if !Dir.exists? 'public/blog' Dir.mkdir 'public/blog' |