pidgin/nest

Add remaining cve from 2004

2021-02-11, Sorvival
de31fe0d5bba
Add remaining cve from 2004

Testing Done:
Verified correct rendering using dev-server script

Bugs closed: NEST-43

Reviewed at https://reviews.imfreedom.org/r/485/
<ul>
{{ range .Params.replaces }}
<li>
<a href="https://{{- template "url-thing" . -}}" rel="nofollow">
{{ template "url-thing" . }}
</a>
</li>
{{ end }}
</ul>
{{ define "url-thing" }}
{{- if (hasPrefix . "pidgin.im") -}}
old.{{.}}
{{- else if (hasPrefix . "developer.pidgin.im") -}}
{{ . }}
{{- else -}}
{{ . }}
{{- end -}}
{{ end }}