Restore and customize logo & title branding block
This commit is contained in:
parent
27ce72e445
commit
db64f22e30
1 changed files with 6 additions and 3 deletions
|
@ -17,11 +17,14 @@
|
|||
#}
|
||||
{% block content %}
|
||||
{% 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">
|
||||
<img src="{{ site_logo }}" alt="{{ site_name }}" />
|
||||
<img src="{{ site_logo }}" alt="{{ site_name }} Home" />
|
||||
</a>
|
||||
</figure>
|
||||
{% 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 %}
|
Loading…
Add table
Reference in a new issue