Skip to content

Instantly share code, notes, and snippets.

@thamas
Created January 10, 2018 08:00
Show Gist options
  • Save thamas/09c6a646db773133088716c232d90dfa to your computer and use it in GitHub Desktop.
Save thamas/09c6a646db773133088716c232d90dfa to your computer and use it in GitHub Desktop.
Include svg icon in Drupal 8 Twig and link it to the search results page
<div class="search__iconwrap">
<a class="search__link" title="{{ 'Go to the search page'|t }}" href="{{ path('search.view') }}">
{% include active_theme_path() ~ '/images/svg/search.svg' %}
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment