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

github.com/themefisher/timer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsomrat <monnaf37@gmail.com>2019-10-10 08:41:16 +0300
committersomrat <monnaf37@gmail.com>2019-10-10 08:41:16 +0300
commitc07f828b52a538e231525cacc92d68efb1b9db14 (patch)
tree1e706323ac55969e0a07641908d01c8e7bbc158d /layouts
parent708bfd6713b5ad668d2d8f699980f024d8a12b4b (diff)
modified portfolio section
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/portfolio.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/portfolio.html b/layouts/partials/portfolio.html
index c844898..81425da 100644
--- a/layouts/partials/portfolio.html
+++ b/layouts/partials/portfolio.html
@@ -7,7 +7,7 @@
{{ with .Site.Params.portfolio.subtitle }}<p class="wow fadeInDown" data-wow-delay=".5s">{{ . }}</p>{{ end }}
</div>
<div class="row">
- {{ range $index, $element:= where .Data.Pages "Type" "portfolio" }}
+ {{ range $index, $element:= where .Site.RegularPages "Type" "portfolio" }}
<div class="col-md-4 col-sm-6">
{{ $delay := mul $index 300 }}
<figure class="wow fadeInLeft animated portfolio-item" data-wow-duration="500ms" data-wow-delay="{{ $delay }}ms">