diff options
-rwxr-xr-x | scripts/build.rb | 1 | ||||
-rw-r--r-- | src/template.html.erb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build.rb b/scripts/build.rb index b88dad1..774901c 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -35,6 +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' if !Dir.exists? 'public/blog' Dir.mkdir 'public/blog' diff --git a/src/template.html.erb b/src/template.html.erb index 569c105..03d2676 100644 --- a/src/template.html.erb +++ b/src/template.html.erb @@ -15,6 +15,7 @@ <li><a href='<%= path_to 'index' %>'>Home</a></li> <li><a href='<%= path_to 'blog' %>'>Blog</a></li> <li><a href='<%= path_to 'projects' %>'>Projects</a></li> + <li><a href='<%= path_to 'sunday' %>'>Sunday Corner</a></li> </ul> <hr /> |