Hide some talk pages

This commit is contained in:
Oliver Davies 2017-05-15 15:42:34 +01:00
parent 7bf8ee6793
commit 00378fc778
3 changed files with 8 additions and 2 deletions

View file

@ -23,9 +23,13 @@
{% if not hide_talk %} {% if not hide_talk %}
<td> <td>
<a href="{{ event.talk.url }}"> {% if not event.talk.hide_page %}
<a href="{{ event.talk.url }}">
{{ event.talk.title }}
</a>
{% else %}
{{ event.talk.title }} {{ event.talk.title }}
</a> {% endif %}
{% if event.talk.type %} {% if event.talk.type %}
<small class="talk-type"> <small class="talk-type">

View file

@ -5,5 +5,6 @@ tags: [meetup, swdug, drupal, drupal-association]
slug: drupal-association slug: drupal-association
events: events:
- { id: swdug, date: '2014-08-19' } - { id: swdug, date: '2014-08-19' }
hide_page: true
--- ---
An impromptu talk about the [Drupal Association](https://association.drupal.org), and what Ive been working on since joining the Engineering team earlier in the year. An impromptu talk about the [Drupal Association](https://association.drupal.org), and what Ive been working on since joining the Engineering team earlier in the year.

View file

@ -6,4 +6,5 @@ slug: drupal-ldap
logo: assets/images/talks/logos/swdug.png logo: assets/images/talks/logos/swdug.png
events: events:
- { id: swdug, date: '2013-07-10' } - { id: swdug, date: '2013-07-10' }
hide_page: true
--- ---