openclassify/addons/default/visiosoft/base-theme/resources/views/partials/metadata.twig
2020-03-03 11:37:41 +03:00

29 lines
837 B
Twig

<!-- Locale -->
<meta http-equiv="Content-Language" content="{{ config('app.locale') }}">
<!-- To the Future! -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{% include "visiosoft.theme.base::partials/metatags" %}
<!-- Favicon -->
{#{{ favicons("theme::img/favicon.png") }}#}
{# Base Theme Components #}
{{ asset_add("theme.css", "theme::css/bootstrap.min.css") }}
{{ asset_add("theme.css", "theme::css/theme.css") }}
{{ asset_add("theme.css", "theme::css/select2.css") }}
{{ asset_add("theme.css", "theme::css/font-awesome.min.css") }}
{{ asset_add("theme.css", "visiosoft.theme.base::css/intlTelInput.css") }}
<script src="{{ asset_path('theme::js/vendor/jquery.min.js') }}"></script>
{{ asset_style("theme.css") }}
{% include "visiosoft.theme.base::partials/styles" %}
{# Important!! #}
{{ constants() }}