{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{% block layout_head_stylesheet %}
{{ parent() }}
<link rel="stylesheet" href="//assets.rh-webdesign.com/css/apps/font-awesome-4-min.css">
<link rel="stylesheet" href="//assets.rh-webdesign.com/css/apps/line-awesome.css">
{% sw_include '@Storefront/storefront/rhweb-custom/snippets/rhweb-background-images.html.twig' %}
{% if theme_config('rhweb-custom-css') %}
<style>
{{ theme_config('rhweb-custom-css') | raw }}
</style>
{% endif %}
{% endblock %}
{% block layout_head_meta_tags %}
{{ parent() }}
{% if theme_config('rhweb-custom-head') %}
{{ theme_config('rhweb-custom-head') | raw }}
{% endif %}
{% endblock %}
{% block layout_head_javascript_tracking %}
{{ parent() }}
{% endblock %}