From ff4f1a2422b3e02917af1f1786ff5b3ac09565ef Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Sat, 6 Jul 2024 20:06:04 +0300 Subject: Реки и копирование темплейтов в озу MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/deviantion.htm | 6 ++++++ html/search.htm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'html') diff --git a/html/deviantion.htm b/html/deviantion.htm index 7a7f282..97850d3 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -38,6 +38,12 @@ {{.Templates.Deviation.Post.Description}} {{end}} + {{if ne .Templates.Deviation.Related ""}} +
+ Related content + {{.Templates.Deviation.Related}} +
+ {{end}} {{if (ne .Templates.Deviation.Comments "")}} {{.Templates.Deviation.Comments}} {{end}} diff --git a/html/search.htm b/html/search.htm index 8cdcbc1..6644bfc 100644 --- a/html/search.htm +++ b/html/search.htm @@ -18,7 +18,7 @@ {{if ne .Templates.Search.List ""}} {{if ne .Templates.Search.Content.Total 0}} -

Total resuls: {{.Templates.Search.Content.Total}}

+

Results by request '{{.QueryRaw}}': {{.Templates.Search.Content.Total}}

{{end}} {{.Templates.Search.List}} {{else}} -- cgit v1.2.3