X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f412b0a14a7d4f39289a9638ebd280d9e407a2bc..b22cd3b27e98582db6c04c5bfe8b5e3272fdf717:/Resources/views/base.html.twig?ds=sidebyside
diff --git a/Resources/views/base.html.twig b/Resources/views/base.html.twig
index d5e373b..77819c9 100644
--- a/Resources/views/base.html.twig
+++ b/Resources/views/base.html.twig
@@ -3,8 +3,6 @@
{% block meta %}{% endblock %}
{% block title %}{{ [title.page, title.section, title.site]|filter(v => v)|join(' - ') }}{% endblock %}
- {# block title %}{{ [site.title, section, title]|filter(v => v)|join(' - ') }}{% endblock #}
- {##}
{% block stylesheet %}
{% if description is defined and description %}
@@ -34,7 +32,7 @@
{% endif %}
{# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #}
{% stopwatch 'stylesheet' %}
- {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
+ {% stylesheet '@RapsysAir/css/{reset,droidsans,lemon,notoemoji,screen}.css' %}
{% endstylesheet %}
{% endstopwatch %}
@@ -72,22 +70,22 @@
{% block header_nav %}
{% endblock %}
{#
@@ -130,11 +128,11 @@
{% endblock %}
{% block footer %}