Skip to content

Commit

Permalink
Reword a TODO to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jan 31, 2024
1 parent 6f75dc8 commit 62535e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/news.njk
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ layout: core
<hr />
{%- if image %}
<div class="card-body">
<!-- TODO: The image interferes with the page layout for some reason. -->
<img class="card-img-top rounded"
src="{{ image | url }}" />
</div>
{%- endif %}
<div class="card-body">
<!-- TODO: The content interferes with the page layout for some reason. -->
<div class="card-text">
{{ content | safe }}
{{ content | safe }}
</div>
</div>
</div>
Expand Down

0 comments on commit 62535e4

Please sign in to comment.