Hide some talk pages
This commit is contained in:
parent
7bf8ee6793
commit
00378fc778
|
@ -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">
|
||||||
|
|
|
@ -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 I’ve 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 I’ve been working on since joining the Engineering team earlier in the year.
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
Reference in a new issue