Skip to content

Commit

Permalink
Remove out-of-place list bullet
Browse files Browse the repository at this point in the history
  • Loading branch information
Alainx277 authored Dec 27, 2023
1 parent 5218e95 commit f56794e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h6>
{% set post = latest_blog %}
{% set url = get_url(path=post.path) %}
<centred><h2>Latest Blog Post:</h2></centred>
<li class="post-row">
<li class="post-row ul-reset">
<a style="white-space: nowrap;" href="{{ url }}">
<img src="{{ resize_image(path=post.extra.image, width=624, op="fit_width") | get(key="url") }}">
</a>
Expand Down

0 comments on commit f56794e

Please sign in to comment.