mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-19 17:13:02 -04:00
🚸 Expand search to include all page types
This commit is contained in:
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- Site search will now return results for all page types, including lists and taxonomies
|
||||||
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
|
- Upgrade to Tailwind v3.1.4 ([#225](https://github.com/jpanther/congo/pull/225))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{{- $index := slice -}}
|
{{- $index := slice -}}
|
||||||
{{- range .Site.RegularPages -}}
|
{{- range .Site.Pages -}}
|
||||||
{{- $section := .Site.GetPage "section" .Section -}}
|
{{- $section := .Site.GetPage "section" .Section -}}
|
||||||
{{- $index = $index | append (dict
|
{{- $index = $index | append (dict
|
||||||
"date" (.Date | time.Format (.Site.Language.Params.dateFormat | default ":date_long"))
|
"date" (.Date | time.Format (.Site.Language.Params.dateFormat | default ":date_long"))
|
||||||
|
|||||||
Reference in New Issue
Block a user