From 090f9a294b0109ef888ba9c95d8b1dcfe1ef481c Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Sun, 12 Jul 2015 23:15:45 +0200 Subject: [PATCH] Added markdown support to post description --- layouts/partials/post-list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html index 98dceff..9501ae8 100644 --- a/layouts/partials/post-list.html +++ b/layouts/partials/post-list.html @@ -4,7 +4,7 @@ {{ if ne $url "about/" }}
  • - {{ .Title }}

    {{ .Description }}

    + {{ .Title }}

    {{ .Description | markdownify }}

  • {{ end }} {{ end }}