Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xaprb/story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaron Schwartz <xaprb@users.noreply.github.com>2019-02-17 04:49:10 +0300
committerBaron Schwartz <xaprb@users.noreply.github.com>2019-02-17 04:49:10 +0300
commite9ee8a5780099015153dd9e8c6102700b0499f93 (patch)
treeba4350f72a67b6df5b1e7d23a8c899f5abee28dc /layouts
parenta62491c98c85ddb1c1acb0c53a3e050c6906a779 (diff)
tweak mailchimp preview rendering
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/mailchimp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/mailchimp.html b/layouts/_default/mailchimp.html
index ca9e6b9..35a21cd 100644
--- a/layouts/_default/mailchimp.html
+++ b/layouts/_default/mailchimp.html
@@ -20,7 +20,7 @@
{{- cond (eq .Site.Params.titlecase true) (.Title | title | markdownify) (.Title | markdownify) -}}
</a></h1>
<div class="f6 f5-l lh-copy nested-copy-line-height nested-links">
- {{ with .Params.tldr }}{{ . | markdownify | html }}{{ else }}{{ (printf "%s<br>%s" .Params.description .Summary) | markdownify | html }}{{ end }}
+ {{ with .Params.tldr }}{{ . | markdownify }}{{ else }}{{ (printf "%s<br>%s" (.Params.description | markdownify) .Summary) }}{{ end }}
</div>
</div>
</div>