_layouts/speaker.html in jekyll-theme-conference-2.4.1 vs _layouts/speaker.html in jekyll-theme-conference-2.5.0

- old
+ new

@@ -15,11 +15,10 @@ {% include partials/get_link_types.html %} {% if has_icon_links %} <ul class="list-unstyled"> {% for link in speaker.links %} - {% assign link_styleclass = "" %} {% include partials/get_link.html %} {% if link_icon %} <li class="mb-1 ml-2"> {{ link_tag }} @@ -81,9 +80,12 @@ {% include partials/show_talk_time.html %} </div> <div class="flex-column ml-2 pl-2 mb-2 border-soft-{{ main_cat_color }}"> <p class="mb-0"> {% include partials/show_talk.html %} + + {% assign live_button_styleclass = "ml-2" %} + {% include partials/live_button.html %} </p> </div> </li> {% endif %}