Add conditionals for showing reCaptcha keys in form

This commit is contained in:
Michael Rose
2018-03-30 18:39:54 -04:00
parent c0ee81ea7c
commit 2248a4b1ba
3 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2018-03-29T12:48:09-04:00
last_modified_at: 2018-03-30T18:39:37-04:00
toc: true
---
@ -17,6 +17,7 @@ toc: true
### Bug Fixes
* Use correct text string for "Back to Top" link. [#1595](https://github.com/mmistakes/minimal-mistakes/issues/1595)
* Add conditionals for showing `reCaptcha.siteKey` and `reCaptcha.secret` in Staticman comments form.
## [4.11.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.11.1)