Skip to content

Commit 61fe9f3

Browse files
committed
fix blog index image reference
1 parent 3729be2 commit 61fe9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Blog
77
<ol class="blog-listing">
88
{% for post in collections.blog | reverse %}{%- unless post.data.draft %}
99
<li>
10-
{{ post.data.title | prepend: "blog " | slugify | picture }}
10+
{{ post.data.imageslug | picture }}
1111
<h3><a href="{{ post.url }}">{{ post.data.title }}</a></h3>
1212
<p class="excerpt">{{ post.data.excerpt }}</p>
1313
<div class="author-block">

0 commit comments

Comments
 (0)