edit gitignor

This commit is contained in:
armansansd
2021-06-22 10:53:07 +02:00
parent 2802c94a8a
commit c2e9a2be04
7 changed files with 117 additions and 60 deletions

View File

@@ -1,13 +0,0 @@
{% extends "block.html.twig" %}
{% block content %}
{% if site_logo %}
<a href="{{ path('<front>') }}" rel="home">
<img src="{{ site_logo }}" alt="{{ 'Home'|t }}" />
</a>
{% endif %}
{% if site_name %}
<a href="{{ path('<front>') }}" rel="home">{{ site_name }}</a>
{% endif %}
{{ site_slogan }}
{% endblock %}