summaryrefslogtreecommitdiff
path: root/app/builder
diff options
context:
space:
mode:
Diffstat (limited to 'app/builder')
-rw-r--r--app/builder/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/builder/views.py b/app/builder/views.py
index 659fde0..97ca30a 100644
--- a/app/builder/views.py
+++ b/app/builder/views.py
@@ -28,7 +28,7 @@ def do_build(request):
BuildJrnl("posts", "post").build_feed("jrnl:feed")
elif section == 'homepage':
context = {'message': 'Writing index to Disk'}
- BuildHome("pages", "home").build()
+ BuildHome("pages", "homepage").build()
elif section == 'src':
context = {'message': 'Writing src section to Disk'}
BuildSrc("posts", "post").build()