aboutsummaryrefslogtreecommitdiff
path: root/generators
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-11 04:07:56 -0500
committerThedro Neely <thedroneely@gmail.com>2021-03-11 04:07:56 -0500
commit808712e36507a8693f2aca09874720026c0d9e61 (patch)
treea66de615aea93a8a78d3aa15adf4f9db7fccb2bf /generators
parentabbfc1936fdced50d0a62bc45357735b0e7ec42d (diff)
downloadthedroneely.com-808712e36507a8693f2aca09874720026c0d9e61.tar.gz
thedroneely.com-808712e36507a8693f2aca09874720026c0d9e61.tar.bz2
thedroneely.com-808712e36507a8693f2aca09874720026c0d9e61.zip
generators/hugo/layouts/partials/head: Remove blank line
Diffstat (limited to 'generators')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/head.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/head.html b/generators/hugo/themes/tdro/layouts/partials/head.html
index b23db43..7526f93 100644
--- a/generators/hugo/themes/tdro/layouts/partials/head.html
+++ b/generators/hugo/themes/tdro/layouts/partials/head.html
@@ -1,4 +1,3 @@
-
<!-- HTML Meta Tags -->
<title>{{ partial "title.html" . -}}</title>
<meta name="description" content="{{ if .Params.summary }}{{ .Params.summary }}{{ else }}{{ .Summary }}{{ end }}">