pidgin/nest

Update for the 2.14.3 release

2021-04-09, Sorvival
d386f4debb86
Update for the 2.14.3 release

- Modify config.toml to use the new version
- Add notes for 2.14.3 to ChangeLog
- Add blog post for Pidgin 2.14.3

Testing Done:
ran `dev-server.sh` and verified contents were the expected

Reviewed at https://reviews.imfreedom.org/r/600/
[build]
publish = "exampleSite/public"
command = "hugo -s exampleSite"
[build.environment]
HUGO_THEME = "repo"
HUGO_THEMESDIR = "/opt/build"
HUGO_VERSION = "0.50"
[context.production.environment]
HUGO_BASEURL = "https://learn.netlify.com/"
[context.deploy-preview]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_ENABLEGITINFO = "true"
[context.branch-deplpy]
command = "hugo -s exampleSite -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_ENABLEGITINFO = "true"