Add event logos to talks
This commit is contained in:
parent
598c2581d8
commit
1c378c412d
40 changed files with 74 additions and 16 deletions
7
source/_partials/talk/logo.twig
Normal file
7
source/_partials/talk/logo.twig
Normal file
|
@ -0,0 +1,7 @@
|
|||
{% if page.logo %}
|
||||
<div class="talk-logo">
|
||||
{% if page.logo_link %}<a href="{{ page.logo_link }}" title="{{ page.location }}">{% endif -%}
|
||||
<img src="{{ site.url }}/{{ page.logo }}" alt="{{ page.location }}">
|
||||
{%- if page.logo_link %}</a>{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue