You are here

entity-hierarchy-microsite-branding.html.twig in Entity Reference Hierarchy 3.x

{% if site_logo %}
  <a href="{{ site_home }}" title="{{ site_name }}" rel="home">
    {{ site_logo }}
  </a>
{% endif %}
<a href="{{ site_home }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a>

File

modules/entity_hierarchy_microsite/templates/entity-hierarchy-microsite-branding.html.twig
View source
  1. {% if site_logo %}
  2. <a href="{{ site_home }}" title="{{ site_name }}" rel="home">
  3. {{ site_logo }}
  4. </a>
  5. {% endif %}
  6. <a href="{{ site_home }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a>