pidgin/nest

Fix a typo on the version control page

2020-11-01, Gary Kramlich
82712858eddf
Fix a typo on the version control page

Testing Done:
Built and ran locally.

Bugs closed: NEST-37

Reviewed at https://reviews.imfreedom.org/r/189/
{{- 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 -}}