diff --git a/templates/profile.html b/templates/profile.html
index 2c8285b..3cb6658 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -78,13 +78,11 @@
{{end}}
-
- {{ if or (not (eq "" .Metadata.Website)) (not (eq ""
- .RenderedAuthorAboutText)) }}
-
+
+ {{ if not (eq "" .Metadata.Website) }}
+ {{ end }} {{ if not (eq "" .RenderedAuthorAboutText) }}
{{.RenderedAuthorAboutText}}
- {{ end }}
+ {{ end }} {{ if or (not (eq "" .Metadata.Website)) (not (eq ""
+ .RenderedAuthorAboutText)) }}
+ {{ end }}