From 9d440549e14db9739aba4791bcf83763e04207ee Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 10 May 2016 15:01:49 +0100 Subject: [PATCH] Add support for LaTeX math rendering in abstracts --- layouts/publication/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/publication/single.html b/layouts/publication/single.html index 57ef35ef..3194c768 100644 --- a/layouts/publication/single.html +++ b/layouts/publication/single.html @@ -16,7 +16,7 @@

Abstract

-

{{ .Params.abstract | markdownify }}

+

{{ .Params.abstract }}