From b4abc7f6ba2664c7795455fe3f8b937315c47c4d Mon Sep 17 00:00:00 2001 From: Apoorv Khandelwal Date: Sat, 21 Jan 2023 12:37:59 -0500 Subject: [PATCH] Fixing indentation --- layouts/partials/textprocessing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/textprocessing.html b/layouts/partials/textprocessing.html index 644ab1615..9c7aa3664 100644 --- a/layouts/partials/textprocessing.html +++ b/layouts/partials/textprocessing.html @@ -93,7 +93,7 @@ {{$content = replace $content . $link}} {{else if in ".pdf" $embed_ext }} - {{$link := printf "[source]" $href}} + {{$link := printf "[source]" $href}} {{$link := printf "%s
" $link $href}} {{$content = replace $content . $link}}