From a37e10ced5af41c69ef61325b54146274a144f75 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 10 Mar 2020 12:21:56 +0000 Subject: [PATCH] Lint hugo Tailwind theme My Emacs automatically trims trailing whitespace when I save a buffer. As a result, this diff appears whenever I edit the baseof.html file. Instead of continuing to ignore the diff, I'm committing it. --- blog/themes/tailwind/layouts/_default/baseof.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/themes/tailwind/layouts/_default/baseof.html b/blog/themes/tailwind/layouts/_default/baseof.html index 4edc3d9c6..92b35db3e 100644 --- a/blog/themes/tailwind/layouts/_default/baseof.html +++ b/blog/themes/tailwind/layouts/_default/baseof.html @@ -7,7 +7,7 @@ - + @@ -15,7 +15,7 @@ - + @@ -24,7 +24,7 @@ - + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}