diff --git a/misc/view_title_search.html b/misc/view_title_search.html index b8e9c86..0f79d07 100644 --- a/misc/view_title_search.html +++ b/misc/view_title_search.html @@ -7,7 +7,6 @@

{{block "go to hypha" .}}Go to hypha {{beautifulName .MatchedHyphaName}}.{{end}}

{{end}} {{if len .Results}} -

{{block "search desc" .}}Every hypha name has been compared with the query. Hyphae that have matched the query are listed below.{{end}}

    {{range .Results}}
  1. diff --git a/misc/views.go b/misc/views.go index f19b495..9d7a811 100644 --- a/misc/views.go +++ b/misc/views.go @@ -14,7 +14,6 @@ var ( {{define "list of hyphae"}}Список гиф{{end}} {{define "search:"}}Поиск:{{end}} {{define "search results for"}}Результаты поиска для «{{.}}»{{end}} -{{define "search desc"}}Название каждой из существующих гиф сопоставлено с запросом. Подходящие гифы приведены ниже.{{end}} {{define "search no results"}}Ничего не найдено.{{end}} {{define "x total"}}{{.}} всего.{{end}} {{define "go to hypha"}}Перейти к гифе {{beautifulName .MatchedHyphaName}}.{{end}}