diff --git a/.editorconfig b/.editorconfig index 574c0a26a..322ae4851 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,5 +16,5 @@ max_line_length = 100 [*.md] trim_trailing_whitespace = false -[layouts/shortcodes/*.html] +[{layouts/shortcodes/*.html, layouts/_default/_markup/*.html}] insert_final_newline = false diff --git a/layouts/_default/_markup/render-link.html b/layouts/_default/_markup/render-link.html index 74871eba0..4ff0c2c67 100644 --- a/layouts/_default/_markup/render-link.html +++ b/layouts/_default/_markup/render-link.html @@ -1,2 +1,2 @@ {{/* A Hugo Markdown render hook to parse links, opening external links in new tabs. */}} -{{ .Text | safeHTML }} +{{ .Text | safeHTML }} \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 577497af8..16c777dd3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_THEME = "repo" - HUGO_VERSION = "0.62.2" + HUGO_VERSION = "0.64.0" HUGO_ENABLEGITINFO = "true" [context.production.environment]