diff --git a/layouts/partials/cards/project.html b/layouts/partials/cards/project.html
index 84ba341..6f19345 100644
--- a/layouts/partials/cards/project.html
+++ b/layouts/partials/cards/project.html
@@ -9,16 +9,24 @@
{{ if .logo }}
- {{ $logoImage:= resources.Get .logo}}
- {{ if $logoImage }}
- {{/* svg don't support "Fit" operation */}}
- {{ if ne $logoImage.MediaType.SubType "svg" }}
- {{ $logoImage = $logoImage.Fit "24x24" }}
- {{ end }}
+ {{ if eq (len (findRE ".*/.*" .logo) ) 0 }}
+
+
+
+ {{ else }}
+
+ {{ $logoImage:= resources.Get .logo}}
+ {{ if $logoImage }}
+ {{/* svg don't support "Fit" operation */}}
+ {{ if ne $logoImage.MediaType.SubType "svg" }}
+ {{ $logoImage = $logoImage.Fit "24x24" }}
+ {{ end }}
+

+ {{ end }}
+ {{ end }}
-

- {{ end }}
{{ end }}
+
{{ .name }}