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

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html11
1 files changed, 1 insertions, 10 deletions
diff --git a/layouts/index.html b/layouts/index.html
index dc90149..62ad4e0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -343,16 +343,7 @@
<div class="row">
{{ range first 3 (where .Site.RegularPages "Type" "post")}}
<div class="col-lg-4 col-md-6 col-sm-6">
- <div class="blog-item card mb-4 mb-lg-0 border-0">
- <img src="{{ .Params.Image | relURL }}" alt="{{ .Title | markdownify }}" class="img-fluid w-100">
- <div class="blog-item-content p-4">
- <div class="blog-meta mb-2">
- <span><i class="ti-time mr-2"></i>{{ .PublishDate.Format "January 02, 2006" }}</span> by
- {{ .Params.Author }}
- </div>
- <h4 class="mt-2 mb-3"><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h4>
- </div>
- </div>
+ {{ .Render "post"}}
</div>
{{ end }}
</div>