Skip to content

Commit

Permalink
add img-fluid class
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed May 7, 2024
1 parent 7819ccf commit 3f217d7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class BlogTask extends DefaultTask {
}
}

html = html.replace("<img src=", "<img class=\"img-fluid\" src=")
mkp.yieldUnescaped(html)


Expand Down

0 comments on commit 3f217d7

Please sign in to comment.