_layouts/speaker.html in jekyll-theme-conference-2.5.3 vs _layouts/speaker.html in jekyll-theme-conference-2.5.4

- old
+ new

@@ -21,12 +21,11 @@ {% include partials/get_link.html %} {% if link_icon %} <li class="mb-1 ml-2"> {{ link_tag }} - <i class="fas fa-{{ link_icon }} pr-1"></i> - {{ link.name }} + <i class="fas fa-{{ link_icon }} pr-1"></i>&nbsp;{{ link.name }} </a> </li> {% endif %} {% endfor %} </ul> @@ -98,11 +97,10 @@ </ul> {% endif %} <p class="d-print-none mt-5"> <a href="{{ page.collection | prepend: '/' | prepend: site.baseurl }}" class="btn btn-light"> - <i class="fas fa-users"></i> - {{ site.data.lang[site.conference.lang].overview | default: "Overview" }} + <i class="fas fa-users"></i>&nbsp;{{ site.data.lang[site.conference.lang].overview | default: "Overview" }} </a> </p> {%- include partials/footer.html -%} {%- endunless -%}