Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
Arikaim committed Dec 4, 2021
1 parent d5265bb commit bad262f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
{%- endfor -%}
<!-- template files -->
{% for file in template_files['js'] -%}
{% if file is iterable -%}
<script class="component-file" component-type="{{ file.component_type }}" component-name="{{ file.component_name }}" component-id="{{ file.component_id }}" src="{{ file.url }}" type="text/javascript"></script>
{% else -%}
<script {{ (file.async == true) ? ' async' : '' -}} src="{{ file }}" type="text/javascript"></script>
{% endif -%}
{% endfor %}
{%- for file in template_files['css'] -%}
<link rel="stylesheet" type="text/css" href="{{ file }}" media="all">
Expand Down

0 comments on commit bad262f

Please sign in to comment.