Created
January 10, 2018 08:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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