summaryrefslogtreecommitdiff
path: root/app/builder/views.py
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-11-15 16:08:22 -0500
committerluxagraf <sng@luxagraf.net>2020-11-15 16:08:22 -0500
commit18b2fbfb06d0848b51b047a10cf10839853c3cf9 (patch)
tree97f18b8993ef7083e8676019811615d0b1c2f1a5 /app/builder/views.py
parentd2094ea9bb2179011de1adb39b343cd9492c5506 (diff)
added site build var to pages app
Diffstat (limited to 'app/builder/views.py')
-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 97ca30a..7804630 100644
--- a/app/builder/views.py
+++ b/app/builder/views.py
@@ -37,7 +37,7 @@ def do_build(request):
BuildGuide("posts", "post").build()
elif section == 'pages':
context = {'message': 'Writing Pages to Disk'}
- BuildPages("pages", "page").build()
+ BuildPages("pages", "page", 'luxagraf.net').build()
elif section == 'fieldnotes':
context = {'message': 'Writing FieldNotes to Disk'}
BuildFieldNotes("posts", "post").build()