diff --git a/common.templ b/common.templ
index 2ffbae1..5a37f20 100644
--- a/common.templ
+++ b/common.templ
@@ -53,8 +53,8 @@ templ authorHeaderTemplate(metadata sdk.ProfileMetadata) {
{ metadata.Name }
- if metadata.Name != metadata.DisplayName {
- / { metadata.DisplayName }
+ if metadata.DisplayName != "" && metadata.Name != metadata.DisplayName {
+ / { metadata.DisplayName }
}