diff --git a/layouts/partials/widgets/projects.html b/layouts/partials/widgets/projects.html index 15450733..797df2a5 100644 --- a/layouts/partials/widgets/projects.html +++ b/layouts/partials/widgets/projects.html @@ -39,7 +39,7 @@ {{ .Title }} {{ if .Content }}{{ else }}{{ with .Params.external_link }}{{ end }}{{ end }} - {{ with .Params.summary }}
{{ . }}
{{ end }} + {{ with .Params.summary }}{{ . | markdownify }}
{{ end }} {{ end }} @@ -65,7 +65,7 @@{{ . }}
{{ end }} + {{ with $project.Params.summary }}{{ . | markdownify }}
{{ end }}