diff --git a/TODO.md b/TODO.md index 13c2814..a91004e 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1 @@ -Navbar is transparent when not scrolled, doesn't work on pages that are white - -Auto projects left-right, should be doable, just keep an i and if /2: right - Header should change based on page. E.g: Don't show "Join us" and "Projects" if not on index, make for devs marked when on that page diff --git a/content/butterflysoup/contents.lr b/content/butterflysoup/contents.lr index c6ac6b4..5513a28 100644 --- a/content/butterflysoup/contents.lr +++ b/content/butterflysoup/contents.lr @@ -1,7 +1,5 @@ sort_key: 1 --- -type: true ---- title: Butterfly Soup --- body: diff --git a/content/lucahboad/contents.lr b/content/lucahboad/contents.lr index 21a2bba..5c68e9f 100644 --- a/content/lucahboad/contents.lr +++ b/content/lucahboad/contents.lr @@ -1,7 +1,5 @@ sort_key: 0 --- -type: false ---- title: Lucah Born Of A Dream --- body: diff --git a/models/project.ini b/models/project.ini index d0ef4ca..71f21da 100644 --- a/models/project.ini +++ b/models/project.ini @@ -9,10 +9,6 @@ order_by = _id label = Sort order type = sort_key -[fields.type] -label = Type -type = boolean - [fields.title] label = Title type = string diff --git a/templates/index.html b/templates/index.html index 3a4d794..46675b3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,11 +5,12 @@
- {% for project in this.children %} + {% leftOrRight = 1 %} + {% for project in this.children %} {% set image = project.attachments.images.first() %}
project image
-
+
@@ -20,6 +21,7 @@
+ {% i = i + 1 %} {% endfor %}