From 2263cdb0fa5664393f192d872c1d1f6196c6d684 Mon Sep 17 00:00:00 2001 From: Victoria Drake Date: Sun, 31 May 2020 14:12:41 -0400 Subject: Markdownify post titles --- layouts/partials/blog/li.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/blog/li.html') diff --git a/layouts/partials/blog/li.html b/layouts/partials/blog/li.html index db6359b..e72f1cd 100644 --- a/layouts/partials/blog/li.html +++ b/layouts/partials/blog/li.html @@ -1,5 +1,5 @@ {{ range .Pages.ByPublishDate.Reverse }}
  • - {{ .Title }}{{ if .Params.date }} - {{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}{{ end }} + {{ .Title | markdownify }}{{ if .Params.date }} - {{ .Date.Format (.Site.Params.dateFormat | default "Jan 02, 2006") }}{{ end }}
  • {{ end }} -- cgit v1.2.3