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

github.com/themefisher/kross-hugo-portfolio-template.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-11-07 06:33:39 +0300
committersomrat <monnaf37@gmail.com>2019-11-07 06:33:39 +0300
commitb95c7adbf0e3ecee17f61936a4b9313f8054193e (patch)
treef620f241d9038088a5d487cafba2405f09354647 /layouts
parenteffec3593d2d8bef21c8fe906f221b3845666702 (diff)
modified homepage for rendering blog post
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5f9a0f2..3d09953 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -252,7 +252,7 @@
<div class="col-12 text-center">
<h2 class="section-title">Blogs</h2>
</div>
- {{ range first 3 .Data.Pages }}
+ {{ range first 3 .Site.RegularPages }}
<div class="col-lg-4 col-sm-6 mb-4">
<article class="card shadow">
<img class="rounded card-img-top" src="{{.Params.Image | absURL}}" alt="post-thumb">