pidgin/nest

f57c5d0a9038
Add a blog post announcing DigitalOceans 2022 sponsorship

Testing Done:
Ran `npm run hugo:server` and verified all of the links worked.

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