Skip to content

Commit

Permalink
fix(base-2018): fix block image alt title
Browse files Browse the repository at this point in the history
  • Loading branch information
niraj-chauhan authored Apr 20, 2023
1 parent f12afdd commit ee69213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-2018/partials/_aside.twig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
output a default text, telling the user to create the 'blocks' in the backend. #}
{% if block %}

<img src="{{ block|thumbnail(480, 320) }}" alt="block|image.alt">
<img src="{{ block|thumbnail(480, 320) }}" alt="{{ block|image.alt }}">

<h2 class="title">{{ block|title }}</h2>
<p>{{ block.content|default(block|excerpt) }}</p>
Expand Down

0 comments on commit ee69213

Please sign in to comment.