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

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/blog.html')
-rw-r--r--layouts/partials/blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/blog.html b/layouts/partials/blog.html
index 565217c..85485af 100644
--- a/layouts/partials/blog.html
+++ b/layouts/partials/blog.html
@@ -10,7 +10,7 @@
{{ range $paginator.Pages }}
<li class="wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="300ms">
<div class="blog-img">
- <img src="{{ .Params.image | absURL }}" alt="post-image" class="img-responsive">
+ <img src="{{ .Params.Image | absURL }}" alt="post-image" class="img-responsive">
</div>
<div class="content-right">
<h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>