From ae685a3a3e0427b9bf47a73f0f170235e469c979 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 Apr 2016 17:45:01 -0400 Subject: flag to hide project, use white cursor --- templates/index.liquid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.liquid b/templates/index.liquid index 6f9d1c7..a932851 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -33,10 +33,12 @@
  • Cover
  • Introduction
  • {% for project in projects %} + {% unless project.hideProject %}
  • {{ project.title }} {% if project.mobileTitle %}{{ project.mobileTitle }}{% else %}{{ project.title }}{% endif %}
  • + {% endunless %} {% endfor %} @@ -117,8 +119,9 @@
    {% for project in projects %} + {% unless project.hideProject %}
    -
    +
    {% for media in project.media %} {% if media.type == 'image' %}
    @@ -183,6 +186,7 @@
    + {% endunless %} {% endfor %} -- cgit v1.2.3-70-g09d2