Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomratpro <abdulmonnafsomrat@gmail.com>2020-12-02 07:05:57 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2020-12-02 07:05:57 +0300
commitc03702b9d9bfbb6a3d75ae5f109a27506a556497 (patch)
treecb86ab1dd286de877a6927368b66eb7795b15186 /layouts
parent84aca3fd5e12b3f7398d3a0b3ed1c80acdcf49f4 (diff)
modified image tag
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/article.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/article.html b/layouts/_default/article.html
index 034e83d..e10a781 100644
--- a/layouts/_default/article.html
+++ b/layouts/_default/article.html
@@ -1,7 +1,7 @@
<article class="col-lg-4 col-md-6 col-12 clearfix wow fadeInUp mb-4" data-wow-duration="500ms">
<div class="post-block">
<div class="media-wrapper">
- <img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.Image | absURL }}'">
+ <img class="img-fluid lozad" data-src="{{ .Params.Image_webp | absURL }}" onerror="this.onerror=null;this.src='{{ .Params.image | absURL }}'">
</div>
<div class="content">