From 3996b85e05503a8f83bcdaca31ea5ff8c7d689db Mon Sep 17 00:00:00 2001 From: Kirill Kirilenko Date: Mon, 2 Jan 2017 23:07:20 +0300 Subject: [PATCH] Fix a741bc6 - missing target for `card_text` link (#79) --- layouts/partials/widgets/projects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/widgets/projects.html b/layouts/partials/widgets/projects.html index 6900d24e..ec228eab 100644 --- a/layouts/partials/widgets/projects.html +++ b/layouts/partials/widgets/projects.html @@ -66,7 +66,7 @@ {{ end }}
-

{{ .Title }}

+

{{ .Title }}

{{ with $project.Params.summary }}

{{ . | markdownify }}

{{ end }}