Skip to content

Commit 4f4f742

Browse files
authored
Update blog.html
1 parent ce529f5 commit 4f4f742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h1 class="blog-title">
1818
</div>
1919
<div class="row">
2020
<div class="col-sm-3 col-md-3 col-lg-3 col-sx-1">
21-
<img src="{{ post.image_url }}" alt="Feature-img" align="right" width="100%" class="blog-image">
21+
<img src="{{ post.image_url }}" align="right" width="100%" class="blog-image">
2222
</div>
2323
<div class="col-sm-8 col-md-8 col-lg-8 col-sx-1">
2424
<p>{{ post.content }}</p>

0 commit comments

Comments
 (0)