diff options
Diffstat (limited to 'html')
| -rw-r--r-- | html/deviantion.htm | 6 | ||||
| -rw-r--r-- | html/search.htm | 2 |
2 files changed, 7 insertions, 1 deletions
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}} </figcaption> {{end}} + {{if ne .Templates.Deviation.Related ""}} + <details> + <summary>Related content</summary> + {{.Templates.Deviation.Related}} + </details> + {{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 @@ </header> {{if ne .Templates.Search.List ""}} {{if ne .Templates.Search.Content.Total 0}} - <h1>Total resuls: {{.Templates.Search.Content.Total}}</h1> + <h1>Results by request '{{.QueryRaw}}': {{.Templates.Search.Content.Total}}</h1> {{end}} {{.Templates.Search.List}} {{else}} |
