Skip to content

Commit

Permalink
Merge pull request #87 from niraj-chauhan/master
Browse files Browse the repository at this point in the history
fix(base-2018): fix block image alt title
  • Loading branch information
bobdenotter authored Apr 25, 2023
2 parents f12afdd + ee69213 commit 205f78a
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 205f78a

Please sign in to comment.