m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 16:08:03 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-07-25 16:08:03 +0200
commit6a7b8ebcf1dc17fe6c500e461a9c23a1a48c32e9 (patch)
treea33597f8d32b82c8f2dd77efc0b29b67899a50ad
parent1d9fc47182aa85fb8a857df704f03173e64a8876 (diff)
Change Sunday corner URL
-rwxr-xr-xscripts/build.rb2
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'