Skip to content

Commit 5565122

Browse files
committed
Simplify title tag
Just show 'GraphQL Java' all the time
1 parent df2bc10 commit 5565122

File tree

1 file changed

+1
-6
lines changed
  • themes/hugo-sustain/layouts/partials

1 file changed

+1
-6
lines changed

themes/hugo-sustain/layouts/partials/head.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
{{ if .Site.Params.description }}<meta name="description" content="{{ .Site.Params.description }}">{{ end }}
99
<link rel="shortcut icon" type="image/x-icon" href="{{ .Site.BaseURL }}/images/favicon.ico">
1010
<title>
11-
{{- $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" -}}
12-
{{- if eq $url "/" -}}
13-
{{- .Site.Title -}}
14-
{{- else -}}
15-
{{- if .Params.heading -}} {{- .Params.heading -}} {{- else -}} {{- .Title -}} {{- end -}}
16-
{{- end -}}
11+
GraphQL Java
1712
</title>
1813
{{ .Hugo.Generator }}
1914
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">

0 commit comments

Comments
 (0)