Change event name syntax
This commit is contained in:
parent
382e2dc1c8
commit
d875148b6c
|
@ -1,9 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: So, What is This Drupal Thing?
|
||||
location: Unified Diff
|
||||
event:
|
||||
name: Unified Diff
|
||||
slides:
|
||||
url:
|
||||
embed:
|
||||
slug: what-this-drupal-thing
|
||||
---
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Drupal and the LDAP Module
|
||||
location: SWDUG (South Wales Drupal user group)
|
||||
event:
|
||||
name: SWDUG (South Wales Drupal user group)
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Never Commit to Master - An Introduction to Git Flow
|
||||
location: DrupalCamp London
|
||||
event:
|
||||
name: DrupalCamp London
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: drush make drupalbristol
|
||||
location: Bristol Drupal user group
|
||||
event:
|
||||
name: Bristol Drupal user group
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/drush-make-drupalbristol
|
||||
embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nav: talks
|
||||
title: About the Drupal Association
|
||||
location: SWDUG
|
||||
event:
|
||||
name: SWDUG
|
||||
---
|
||||
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.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Drupal.org in 2015: What's Coming Next
|
||||
location: DrupalCamp Brighton
|
||||
event:
|
||||
name: DrupalCamp Brighton
|
||||
slug: drupalorg-2015
|
||||
---
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Drupal.org in 2015: What's Coming Next
|
||||
location: DrupalCamp London
|
||||
event:
|
||||
name: DrupalCamp London
|
||||
slug: drupalorg-2015
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Drupal 8
|
||||
location: PHPSW
|
||||
event:
|
||||
name: PHPSW
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/drupal-8
|
||||
embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Test Drive Twig with Sculpin
|
||||
location: DrupalCamp North
|
||||
event:
|
||||
name: DrupalCamp North
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
|
||||
embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Dancing for Drupal
|
||||
location: umBristol (Bristol Umbraco user group)
|
||||
event:
|
||||
name: umBristol (Bristol Umbraco user group)
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/umbristol-dancing-for-drupal
|
||||
embed: <script async class="speakerdeck-embed" data-id="ffa9b6dea6dc4a8eb207b9982ed6e1bd" data-ratio="1.33333333333333" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Building Static Websites with Sculpin
|
||||
location: PHPSW
|
||||
event:
|
||||
name: PHPSW
|
||||
---
|
||||
TBC.
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Accessible Drupal
|
||||
location: Accessible Bristol
|
||||
event:
|
||||
name: Accessible Bristol
|
||||
fuzzy_date: yes
|
||||
draft: yes
|
||||
---
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Building Static Websites with Sculpin
|
||||
location: Unified Diff
|
||||
event:
|
||||
name: Unified Diff
|
||||
slug: sculpin
|
||||
---
|
||||
TBC.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<h1>{{ page.title }}</h1>
|
||||
|
||||
<p>
|
||||
At {{ page.location }} -
|
||||
At {{ page.event.name }} -
|
||||
{% spaceless %}{% if page.fuzzy_date %}
|
||||
{{ page.date|date(site.fuzzy_date_format) }}
|
||||
{% else %}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% else %}
|
||||
{{ talk.date|date('jS F') }}
|
||||
{% endif %}
|
||||
{% endspaceless %}</strong> - {{ talk.location }}
|
||||
{% endspaceless %}</strong> - {{ talk.event.name }}
|
||||
-
|
||||
{% if talk.fuzzy_date %}
|
||||
{{ talk.title }}
|
||||
|
|
Loading…
Reference in a new issue