diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html
index 5d9254952d..259a429d10 100644
--- a/layouts/_default/_markup/render-link.html
+++ b/layouts/_default/_markup/render-link.html
@@ -1 +1 @@
-{{if or (in .Text "here") (in .Text "www") (in .Text "https") }}{{- errorf "Link text is too non-descriptive: %q" .Text -}}{{ end }}{{ .Text | safeHTML }}
\ No newline at end of file
+{{if or (in .Text "here") (in .Text "www") (in .Text "https") }}{{- errorf "Link text is too non-descriptive: %q" .Text -}}{{ end }}{{ .Text | safeHTML }}
\ No newline at end of file