Index Collection: Limit columns to 3
This commit is contained in:
@@ -64,6 +64,8 @@ meta(name="twitter:image", content="{{ page_header_image }}")
|
|||||||
| {% block body %}
|
| {% block body %}
|
||||||
|
|
||||||
.container.pb-5
|
.container.pb-5
|
||||||
|
.row
|
||||||
|
.col-12
|
||||||
.pt-4
|
.pt-4
|
||||||
h2.text-uppercase.font-weight-bold
|
h2.text-uppercase.font-weight-bold
|
||||||
| {{ page_title }}
|
| {{ page_title }}
|
||||||
@@ -72,7 +74,7 @@ meta(name="twitter:image", content="{{ page_header_image }}")
|
|||||||
|
|
||||||
hr.pb-2
|
hr.pb-2
|
||||||
|
|
||||||
+card-deck
|
+card-deck(3)
|
||||||
| {% for project in projects %}
|
| {% for project in projects %}
|
||||||
|
|
||||||
| {% if (project.status == 'published') or (project.status == 'pending' and current_user.is_authenticated) and project._id != config.MAIN_PROJECT_ID %}
|
| {% if (project.status == 'published') or (project.status == 'pending' and current_user.is_authenticated) and project._id != config.MAIN_PROJECT_ID %}
|
||||||
|
Reference in New Issue
Block a user