diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html index 332e2ef..49a1e72 100644 --- a/layouts/partials/post-metadata.html +++ b/layouts/partials/post-metadata.html @@ -12,7 +12,7 @@ {{- if or (not $.parent.Data.topic) (ne . $.parent.Data.Term) }} - {{- partial "icons/link.svg" . -}}{{ . }} + {{- partial "icons/link.svg" . -}}{{ . }} {{- end -}} {{- end }} @@ -22,7 +22,7 @@ {{- if or (not $.parent.Data.opensource) (ne . $.parent.Data.Term) }} - {{- partial "icons/label.svg" . -}}{{ . }} + {{- partial "icons/label.svg" . -}}{{ . }} {{- end -}} {{- end }}