Skip to content

Commit

Permalink
Merge pull request #3681 from raspberrypi/fix-boxes-markup
Browse files Browse the repository at this point in the history
Add support for basic markup in box section display
  • Loading branch information
nathan-contino authored May 31, 2024
2 parents 679fab7 + aa1d4a5 commit fa373c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-assets/_layouts/boxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a class="box" href="{{ entry.url }}">
{% endif %}
<span><img src="{{ site.baseurl }}{{ entry.imagepath }}" width="121" height="121" alt=""></span>
<span class="title">{{ entry.title }}</span>
<span class="title">{{ entry.title | markdownify }}</span>
<span>{{ entry.description }}</span>
</a>
{% endfor %}
Expand Down

0 comments on commit fa373c1

Please sign in to comment.