From 2e1f9a2a5d08ba05a9b96d2d8948600e48dff00b Mon Sep 17 00:00:00 2001 From: Matt Stratton Date: Thu, 21 May 2020 11:18:39 -0500 Subject: [PATCH] Fix bug in episode template with transcripts --- layouts/episode/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/episode/single.html b/layouts/episode/single.html index bf26a6b0..33e70048 100644 --- a/layouts/episode/single.html +++ b/layouts/episode/single.html @@ -73,7 +73,7 @@

{{ title .Title }}

Transcript

- {{ (readFile "/static/transcripts/chatops.txt") | markdownify}} + {{ (readFile .) | markdownify}}
{{- end -}}