Skip to content

Commit 53e1546

Browse files
committed
Fix screenshot
1 parent 6ec8ab7 commit 53e1546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web/templates/default/blog/new/index.html.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
%% for $blogs -> $blog {
88
<div class="card" style="width: 20rem;">
9-
<img src="/blog_screenshots/[% $blog.id %].jpg" class="card-img-top" alt="Screenshot">
9+
<img src="[% $blog.img_url %]" class="card-img-top" alt="Screenshot">
1010
<div class="card-body">
1111
<h5 class="card-title">[% $blog.title %]</h5>
1212
<p class="card-text">

0 commit comments

Comments
 (0)