pidgin/nest

Merged in alanhoskins/nest/fix-plugin-search (pull request #82)

Fixed issue where search term wasn't found in info

Approved-by: Gary Kramlich
<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 }}