Skip to content

Commit

Permalink
set Home for web index title
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 22, 2022
1 parent 65e3035 commit 610f977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/web/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ var (
`

indexTemplate = `
{{define "title"}}Home{{end}}
{{define "heading"}}<h4><input class="form-control input-lg search" type=text placeholder="Search" autofocus></h4>{{end}}
{{define "style" }}
.search {
Expand Down Expand Up @@ -214,7 +215,6 @@ var (
}
}
{{end}}
{{define "title"}}Web{{end}}
{{define "content"}}
{{if .Results.HasWebServices}}
<div class="apps">
Expand Down

0 comments on commit 610f977

Please sign in to comment.