We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3729be2 commit 61fe9f3Copy full SHA for 61fe9f3
blog/index.md
@@ -7,7 +7,7 @@ title: Blog
7
<ol class="blog-listing">
8
{% for post in collections.blog | reverse %}{%- unless post.data.draft %}
9
<li>
10
- {{ post.data.title | prepend: "blog " | slugify | picture }}
+ {{ post.data.imageslug | picture }}
11
<h3><a href="{{ post.url }}">{{ post.data.title }}</a></h3>
12
<p class="excerpt">{{ post.data.excerpt }}</p>
13
<div class="author-block">
0 commit comments