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}}