Skip to content

Commit

Permalink
Fix node classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Oct 10, 2024
1 parent 3b816cd commit 533699f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
]
%}
{%
set node_classes = [
set nodeclasses = [
'node__content',
more_links ? 'col-sm-8',
'clearfix',
Expand All @@ -100,7 +100,7 @@
</div>
{% endif %}
</header>
<div{{ attributes.addClass(node_classes) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
<div{{ attributes.addClass(nodeclasses) }} {{ show_toc ? 'id="tocscope" data-bs-spy="scroll" data-bs-target="#toc" tabindex="0"' }}>
{% if snippet %}
{{ snippet }}
{% endif %}
Expand All @@ -126,7 +126,7 @@
{% endif %}
{% if content.field_tour_de_clarin_intro.0 or content.field_tour_de_clarin_interview.0 %}
<div class="tour_de_clarin_fields row">
<div class="col-sm-3 p-0 my-auto">
<div class="col-sm-3 p-0 pb-3 my-auto">
<a href="/Tour-de-CLARIN">
<img src="/themes/contrib/clarin_bootstrap/images/tour-de-clarin-logo.png" alt="Tour de CLARIN logo, linking to the 'Tour de CLARIN' section of this website" >
</a>
Expand Down

0 comments on commit 533699f

Please sign in to comment.