Files @ 70d013e42f96
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/templates/includes/sidebar/macros.jinja

Benjamin Lion
Add best paper award to the news; cross the date for the conference.
1
2
3
4
5
6
7
{% macro title(name, no_icon, icon='home') -%}
  {%- if no_icon -%}
    {{ name }}
  {%- else -%}
    <i class="fa fa-{{ icon }} fa-lg"></i><span class="icon-label">{{ name }}</span>
  {%- endif -%}
{%- endmacro %}