Change key to joindin

This commit is contained in:
Oliver Davies 2018-05-10 07:07:59 +01:00
parent eb60771f83
commit 3078dfe7af
6 changed files with 8 additions and 8 deletions

View file

@ -47,8 +47,8 @@
{% if not upcoming %}
<td>
{% if row.event.feedback and row.event.date <= today %}
<a href="{{ row.event.feedback }}"
{% if row.event.joindin and row.event.date <= today %}
<a href="{{ row.event.joindin }}"
class="button"
title="Read or leave feedback for this talk">
<i class="fa fa-comment-o"></i> joind.in

View file

@ -13,7 +13,7 @@ youtube:
events:
- event: phpsw
date: '2015-10-14'
feedback: https://joind.in/talk/view/15486
joindin: https://joind.in/talk/view/15486
---
[Sculpin][0] is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.

View file

@ -22,11 +22,11 @@ events:
type: 'Lightning talk'
- event: phpsw
date: '2017-09-13'
feedback: https://joind.in/talk/a5ff3
joindin: https://joind.in/talk/a5ff3
- event: phpnw17
date: '2017-10-01'
time: '09:00 - 09:45'
feedback: https://joind.in/talk/4e35d
joindin: https://joind.in/talk/4e35d
---
Youve built your application, and now you just need to deploy it. There are various ways that this could be done from (S)FTP, to SCP and rsync, to running commands like “git pull” and “composer install” directly on the server (not recommended).

View file

@ -13,7 +13,7 @@ youtube:
events:
- event: drupal-bristol
date: '2018-04-18'
feedback: https://joind.in/talk/14851
joindin: https://joind.in/talk/14851
---
A demo of some of the open source projects that Ive been working on lately that are based on information from the Drupal.org API, including a PHP library for the API itself as well as some Drupal 8 modules that use it.

View file

@ -8,7 +8,7 @@ speakerdeck:
events:
- event: phpsc16
date: '2016-06-11'
feedback: https://joind.in/talk/41d0f
joindin: https://joind.in/talk/41d0f
---
[Drupal 8][0] was (finally) released on November 19th 2015, after almost 4 years of work and code commits by over 3,200 different contributors. Whilst its pretty much the same as the Drupal that we know and, hopefully, love, a lot has changed behind the scenes and under the hood!

View file

@ -13,7 +13,7 @@ events:
- event: phpuk18
date: '2018-02-16'
time: '14:40 - 15:40'
feedback: https://joind.in/talk/650ab
joindin: https://joind.in/talk/650ab
---
One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including [Composer][1], PHPs dependency manager.