From 00378fc7787afddfc015f4f8bcfb1e42ec2f9f2d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 15 May 2017 15:42:34 +0100 Subject: [PATCH] Hide some talk pages --- source/_partials/talks-table.twig | 8 ++++++-- source/_talks/drupal-association.md | 1 + source/_talks/drupal-ldap.md | 1 + 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/source/_partials/talks-table.twig b/source/_partials/talks-table.twig index ea2634a5..aedd9d3a 100644 --- a/source/_partials/talks-table.twig +++ b/source/_partials/talks-table.twig @@ -23,9 +23,13 @@ {% if not hide_talk %} - + {% if not event.talk.hide_page %} + + {{ event.talk.title }} + + {% else %} {{ event.talk.title }} - + {% endif %} {% if event.talk.type %} diff --git a/source/_talks/drupal-association.md b/source/_talks/drupal-association.md index ca036198..b4cdbc7e 100644 --- a/source/_talks/drupal-association.md +++ b/source/_talks/drupal-association.md @@ -5,5 +5,6 @@ tags: [meetup, swdug, drupal, drupal-association] slug: drupal-association events: - { id: swdug, date: '2014-08-19' } +hide_page: true --- An impromptu talk about the [Drupal Association](https://association.drupal.org), and what I’ve been working on since joining the Engineering team earlier in the year. diff --git a/source/_talks/drupal-ldap.md b/source/_talks/drupal-ldap.md index 9d7b8c9a..7321125a 100644 --- a/source/_talks/drupal-ldap.md +++ b/source/_talks/drupal-ldap.md @@ -6,4 +6,5 @@ slug: drupal-ldap logo: assets/images/talks/logos/swdug.png events: - { id: swdug, date: '2013-07-10' } +hide_page: true ---