diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html index d58f285..2ab115c 100644 --- a/layouts/partials/profile.html +++ b/layouts/partials/profile.html @@ -5,7 +5,7 @@

{{ .Site.Params.name }}

-

{{ .Site.Params.bio | markdownify }}

+ {{ with .Site.Params.bio }}

{{ . | markdownify }}

{{ end }} - \ No newline at end of file +