Skip to content

Commit

Permalink
fix(head): dont add unwanted blank space
Browse files Browse the repository at this point in the history
  • Loading branch information
FFHener authored and Noki committed Sep 23, 2024
1 parent 65de40e commit 7461d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{/* Overwriting the theme partial to set custom meta tags, reduce css and remove unused components. */}}
<head>
<meta charset="utf-8" />
<title>{{ if .Params.Title }}{{ .Params.Title }} {{ else }} {{ .Site.Title }} {{ end }}</title>
<title>{{ if .Params.Title }}{{ .Params.Title }}{{ else }}{{ .Site.Title }}{{ end }}</title>
{{- if not hugo.IsProduction }}
<meta name="robots" content="noindex">
{{- end }}
Expand Down

0 comments on commit 7461d59

Please sign in to comment.