test
parent
25344f9da7
commit
21c3a3db65
|
@ -335,11 +335,13 @@
|
|||
</script>
|
||||
|
||||
<!-- Render CSS content -->
|
||||
{% comment %}
|
||||
{% render 'shx-feedback-banner'
|
||||
, content_type: 'head' %}
|
||||
{% render 'shx-StarRatingForm'
|
||||
, content_type: 'init' %}
|
||||
|
||||
{% render 'shx-StarRatingForm'
|
||||
, content_type: 'init' %}
|
||||
{% endcomment %}
|
||||
|
||||
{% render 'shx-video-base'
|
||||
, content_type: 'init' %}
|
||||
|
||||
|
@ -356,8 +358,10 @@
|
|||
|
||||
<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
|
||||
<!-- Render HTML content -->
|
||||
{% comment %}
|
||||
{% render 'shx-feedback-banner'
|
||||
, content_type: 'body' %}
|
||||
{% endcomment %}
|
||||
|
||||
<a class="skip-to-content-link button visually-hidden" href="#MainContent">
|
||||
{{ 'accessibility.skip_to_text' | t }}
|
||||
|
|
Loading…
Reference in New Issue