diff --git a/internal/templates/base.html b/internal/templates/base.html index 4e005d2..935ecc0 100644 --- a/internal/templates/base.html +++ b/internal/templates/base.html @@ -1,37 +1,48 @@ {{define "base"}} - - - {{ if $.Debug }} - - - - - - {{ else }} - - - {{ end }} + - + + {{ if $.Debug }} + + + + + + {{ else }} + + + {{ end }} - - + - {{ .InstanceName }} {{ .Title }} - {{ with .Meta.Title }}{{ end }} - {{ with .Meta.Author }}{{ end }} - {{ with .Meta.Keywords }}{{ end }} - {{ with .Meta.Description }}{{ end }} + + + + {{ .InstanceName }} {{ .Title }} + {{ with .Meta.Title }} + {{ end }} + {{ with .Meta.Author }} + {{ end }} + {{ with .Meta.Keywords }} + {{ end }} + {{ with .Meta.Description }} + {{ end }} + + + {{ with .Meta.Title }} + {{ end }} + {{ with .Meta.Description }} + {{ end }} + {{ with .Meta.UpdatedAt }} + {{ end }} + {{ with .Meta.Image }} + {{ end }} + {{ with .Meta.URL }} + {{ end }} + + - - {{ with .Meta.Title }}{{ end }} - {{ with .Meta.Description }}{{ end }} - {{ with .Meta.UpdatedAt }}{{ end }} - {{ with .Meta.Image }}{{ end }} - {{ with .Meta.URL }}{{ end }} - - @@ -76,7 +87,7 @@ {{template "content" . }}
- This search engine is a work in progress + This search engine is a work-in-progress. Please contact Support if you have any questions, concerns or feedback! @@ -98,13 +109,14 @@
{{ if $.Debug }} - - - - + + + + {{ else }} - + {{ end }} + {{end}} diff --git a/internal/templates/search.html b/internal/templates/search.html index d9642a5..fc0909a 100644 --- a/internal/templates/search.html +++ b/internal/templates/search.html @@ -21,6 +21,5 @@

No search results

{{ end }} {{ end }} - If your page appears here and you do not want it to, please contact Support {{end}}