fix: Fixed pages showing up in wrong language (#1752)

* Fix languages

* Missed change for version number

* Add language field for presentation

* Revert change in README for double buffer

Co-authored-by: Jackie Nim <=>
This commit is contained in:
JackieNim
2021-05-19 10:49:05 -06:00
committed by GitHub
parent 1b880c1818
commit f597fc1b07
184 changed files with 228 additions and 46 deletions

View File

@ -2,8 +2,9 @@
layout: pattern
title: Command
folder: command
permalink: /patterns/command/
permalink: /patterns/command/zh
categories: Behavioral
language: zh
tags:
- Gang of Four
---