mirror of https://github.com/jpanther/congo.git
🚸 Expand search to include all page types
parent
84e5e46971
commit
460a5ad822
|
@ -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"))
|
||||||
|
|
Loading…
Reference in New Issue