docs: fixes for yaml frontmatter

This commit is contained in:
Ilkka Seppälä
2021-10-12 14:58:48 +03:00
parent d247b6ed69
commit 5286834b37
7 changed files with 7 additions and 9 deletions

View File

@@ -3,10 +3,8 @@ layout: pattern
title: Filterer
folder: filterer
permalink: /patterns/filterer/
description: Design pattern that helps container-like objects to return filtered version of themselves.# short meta description that shows in Google search results
language: en
categories:
- Functional
categories: Functional
tags:
- Extensibility
---