pidgin/nest

Remove the discord logo (404's) and handle empty logos in the shortcode
--- a/hugo/layouts/shortcodes/plugintable.html Fri May 10 17:09:47 2019 +0000
+++ b/hugo/layouts/shortcodes/plugintable.html Sat May 04 05:08:02 2019 -0500
@@ -61,7 +61,7 @@
{{ range .Site.Data.plugins }}
<tr data-type="{{ .type }}" {{ if .isTrusted }}isTrusted="true"{{ end }}>
<td>
- <img src="{{ .logo }}" />
+ {{ if .logo }}<img src="{{ .logo }}" />{{ else }}&nbsp;{{ end }}
</td>
<td class="pulgin-heading">