Use page.joindin

This commit is contained in:
Oliver Davies 2015-08-09 23:29:38 +01:00
parent 16bba7432c
commit 5beba52515
2 changed files with 3 additions and 3 deletions

View file

@ -10,9 +10,9 @@
{{ page.blocks.content|raw }}
{% if page.joindin_id %}
{% if page.joindin %}
<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>
{% endif %}