Restore and customize logo & title branding block

This commit is contained in:
benjamin melançon 2019-07-31 15:05:20 -04:00
parent 27ce72e445
commit db64f22e30

View file

@ -17,11 +17,14 @@
#} #}
{% block content %} {% block content %}
{% if site_logo %} {% if site_logo %}
<figure class="wordmark image is-pulled-left"> <figure class="image is-pulled-left">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home"> <a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<img src="{{ site_logo }}" alt="{{ site_name }}" /> <img src="{{ site_logo }}" alt="{{ site_name }} Home" />
</a> </a>
</figure> </figure>
{% endif %} {% endif %}
<a class="title is-5 slogan" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_slogan }}</a> <a class="title is-3" href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">
<span class="green">Grassroots
Economic</span>
<span class="yellow">Organizing</span></a>
{% endblock content %} {% endblock content %}