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

github.com/zerostaticthemes/hugo-serif-theme.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.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 8dcae98..ff9b078 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -24,7 +24,6 @@
<div class="strip">
<div class="container pt-6 pb-6 pb-md-10">
<div class="row justify-content-start">
- {{ $services := where (where .Site.RegularPages "Type" "services") ".Params.featured" true }}
{{ range first 6 (sort $services ".Params.weight") }}
<div class="col-12 col-md-4 mb-1">
{{ .Render "summary" }}