Skip to content

Commit

Permalink
Put generic talk slot in.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrennd committed Apr 18, 2016
1 parent d30c9ff commit 2a54fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/talk.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<br>{{ talk.start }}{% if talk.end %}- {{ talk.end }}{% endif %} <b>{% if talk.abstract and page.show_abstracts%}<a class='talk' href='#{{talk.speaker}}'>{{ talk.title }}</a>{% else %}{{talk.title}}{% endif %}</b> {% if talk.url %}<a href="{{ talk.url }}">{% endif %}{{ talk.speaker }}{% if talk.url %}</a>{% endif %}{% if talk.slides %} [<a href="{{ site.url }}{{ site.baseurl }}/slides/{{ talk.slides }}">slides</a>]{% endif %}</br>
<br>{{ talk.start }}{% if talk.end %}- {{ talk.end }}{% endif %} <b>{% if talk.abstract and page.show_abstracts%}<a class='talk' href='#{{talk.speaker}}'>{{ talk.title }}</a>{% else %}{{talk.title}}{% endif %}</b> {% if talk.url %}<a href="{{ talk.url }}">{% endif %}{{ talk.speaker }}{% if talk.url %}</a>{% endif %}{% if talk.institute %}, {{ talk.institute }}{% endif %}{% if talk.slides %} [<a href="{{ site.url }}{{ site.baseurl }}/slides/{{ talk.slides }}">slides</a>]{% endif %}</br>
{% if talk.youtube %} <iframe width="{{ site.youtube.width }}" height="{{ site.youtube.height }}" src="https://www.youtube.com/embed/{{ talk.youtube }}" frameborder="0" allowfullscreen></iframe>
{% endif %}

0 comments on commit 2a54fff

Please sign in to comment.