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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/archive.html')
-rw-r--r--layouts/_default/archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/archive.html b/layouts/_default/archive.html
index 4a1bbf0..8e46cb5 100644
--- a/layouts/_default/archive.html
+++ b/layouts/_default/archive.html
@@ -1,7 +1,7 @@
{{ define "main" }}
{{ $pages := (where (where .Site.Pages "Type" "post") "IsPage" true) }}
-<div class="container">
+<div data-pagefind-ignore="all" class="container">
<div class="row">
<div class="
col-lg-8 col-lg-offset-1