Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Issue with logo #340

@sinyayadynya

Description

@sinyayadynya

emulsify version: 3.1
node version: 8.11.1
yarn version: 1.12.3

I'm still fighting with the logo, as until now I was using a work around to include the Drupal branding block. However, I thought that the logo should be managed with the branding block disable and simply through the site-header.twig file:

 <header class="header">
  {% block header_content %}
    {% include "@atoms/04-images/00-image/figure.twig" with {
      img_src: '../../images/logo.svg',
      img_alt: 'Logo',
      img_url: logo_link_url|default('/'),
      image_figure_base_class: 'logo',
      image_link_blockname: 'logo',
    } %}
    {% include "@molecules/menus/main-menu/main-menu.twig" %}
  {% endblock %}
</header>

But this is not working and I'm wondering why. With my Drupal branding block enable, the logo is not linked to the frontpage, and if I disabled it, then I have no more logo.

Any help to understand this would be welcome.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions