Use page.joindin
This commit is contained in:
parent
16bba7432c
commit
5beba52515
|
@ -10,9 +10,9 @@
|
||||||
|
|
||||||
{{ page.blocks.content|raw }}
|
{{ page.blocks.content|raw }}
|
||||||
|
|
||||||
{% if page.joindin_id %}
|
{% if page.joindin %}
|
||||||
<p>
|
<p>
|
||||||
<a href="https://joind.in/talk/view/{{ page.joindin_id }}">Rate this talk on Joind.in.</a>
|
<a href="{{ page.joindin }}" class="btn btn-primary">Rate this talk</a>
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ title: Drupal 8
|
||||||
location: PHPSW
|
location: PHPSW
|
||||||
slides: https://speakerdeck.com/opdavies/drupal-8
|
slides: https://speakerdeck.com/opdavies/drupal-8
|
||||||
slides_embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
slides_embed: <script async class="speakerdeck-embed" data-id="46ba4ba577d94a32b7abdade610ceb69" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||||
joindin_id: 14380
|
joindin: https://joind.in/talk/view/14380
|
||||||
tags:
|
tags:
|
||||||
- meetup
|
- meetup
|
||||||
- php
|
- php
|
||||||
|
|
Reference in a new issue