We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce529f5 commit 4f4f742Copy full SHA for 4f4f742
blog.html
@@ -18,7 +18,7 @@ <h1 class="blog-title">
18
</div>
19
<div class="row">
20
<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">
+ <img src="{{ post.image_url }}" align="right" width="100%" class="blog-image">
22
23
<div class="col-sm-8 col-md-8 col-lg-8 col-sx-1">
24
<p>{{ post.content }}</p>
0 commit comments