Skip to content

Commit

Permalink
Update page structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrennd committed Apr 19, 2016
1 parent 44caaec commit ba7f205
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ There are some include files for bits of html which are need about the place.

```
_includes/listperson.html
_includes/map.html
_includes/google_tracking_code.html
_includes/listsponsor.html
_includes/listtalk.html
_includes/listmulti.html
_includes/listsingle.html
_includes/map.html
_includes/google_tracking_code.html
```
2 changes: 1 addition & 1 deletion _includes/listtalk.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.institute %}, {{ talk.institute }}{% 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 %} {% unless talk.title="TBA" %}<b>{% if talk.abstract and page.show_abstracts%}<a class='talk' href='#{{talk.speaker}}'>{{ talk.title }}</a>{% else %}{{talk.title}}{% endif %}</b> {% endunless %}{% 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 ba7f205

Please sign in to comment.