Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmaster6y committed Jan 11, 2024
1 parent bc52f68 commit c92e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/listing.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1>{{ title }} <a href="/{{ title | downcase}}/feed.xml"><i class="fa-solid fa-
<h3><a href="{{ item.url }}">{{ item.title }}</a></h3>
<div class="thumbnail">
{% if item.image %}
<a href="{{ item.url }}"><img src="/assets/images/{{ item.image }}" alt="{{ item.title }}" class="thumbnail" /></a>
<a href="{{ item.url }}"><img src="{{ item.image }}" alt="{{ item.title }}" class="thumbnail" /></a>
{% endif %}
{% if item.tldr %}
<p class="tldr">
Expand Down

0 comments on commit c92e84e

Please sign in to comment.