diff --git a/pillar/web/main/routes.py b/pillar/web/main/routes.py index d8121308..58cd58d6 100644 --- a/pillar/web/main/routes.py +++ b/pillar/web/main/routes.py @@ -128,7 +128,7 @@ def services(): def main_blog(url=None): """Blog with project news""" project_id = current_app.config['MAIN_PROJECT_ID'] - return posts_view(project_id, url) + return posts_view(project_id, url=url) @blueprint.route('/blog/create')