pidgin/nest

Update for the 2.14.2 release

2021-04-01, Gary Kramlich
3b08a26ba41f
Update for the 2.14.2 release

Testing Done:
Ran locally with `npm run hugo:server`

Reviewed at https://reviews.imfreedom.org/r/591/
{{- if .IsNamedParams -}}
{{- $scheme := or (.Get "scheme") "https" -}}
{{- $repo := .Get "name" -}}
{{- if eq (.Get "link") "1" -}}<a href="{{print $scheme "://" (index .Site.Data.repos $repo) }}">{{- end -}}
{{- if eq (.Get "short") "1" -}}{{- .Get "name" -}}{{- else -}}{{- index .Site.Data.repos $repo -}}{{- end -}}
{{- if eq (.Get "link") "1" -}}</a>{{- end -}}
{{- else -}}
{{- index .Site.Data.repos (.Get 0) -}}
{{- end -}}