pidgin/nest

Add Master Password plugin

2020-04-13, Konrad Gräfe
35749094b516
Add Master Password plugin
<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 }}