diff options
| author | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2024-07-06 20:06:04 +0300 |
| commit | ff4f1a2422b3e02917af1f1786ff5b3ac09565ef (patch) | |
| tree | 7da4260b98b23be4852d6196b07d1cfbdc115034 /html | |
| parent | 7f1ab1b73d1e7a0d8a730354bbc3136c5584fea3 (diff) | |
| download | skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.gz skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.tar.bz2 skunky-art-ff4f1a2422b3e02917af1f1786ff5b3ac09565ef.zip | |
Реки и копирование темплейтов в озу
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}} |
