Skip to content

Commit

Permalink
Merge pull request #169 from isubit/D8ISUTHEME-150
Browse files Browse the repository at this point in the history
D8ISUTHEME-150 Add support for slogan
  • Loading branch information
sacarney authored Apr 29, 2021
2 parents 89bb98b + 53e4098 commit ccefb6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/blocks/block--system-branding-block.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
</h1>

{% endif %}

{% if site_slogan %}
<div class="isu-slogan">{{ site_slogan }}</div>
{% endif %}
</div>

{% endblock %}

0 comments on commit ccefb6c

Please sign in to comment.