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
---
|