We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec8ab7 commit 53e1546Copy full SHA for 53e1546
Web/templates/default/blog/new/index.html.tx
@@ -6,7 +6,7 @@
6
7
%% for $blogs -> $blog {
8
<div class="card" style="width: 20rem;">
9
- <img src="/blog_screenshots/[% $blog.id %].jpg" class="card-img-top" alt="Screenshot">
+ <img src="[% $blog.img_url %]" class="card-img-top" alt="Screenshot">
10
<div class="card-body">
11
<h5 class="card-title">[% $blog.title %]</h5>
12
<p class="card-text">
0 commit comments