pidgin/nest

Remove extra exclamation points from plugin table.

2020-04-17, Elliott Sales de Andrade
fad7d2231550
Remove extra exclamation points from plugin table.

These were necessary on Trac to stop it from auto-linking, but we don't
need them on nest.
<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 }}