From 8391cc34a95a82cf025b96e4352246a245d06d61 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Tue, 9 Jul 2024 17:24:56 +0300 Subject: Улучшение парсинга описания/комментариев в формате JSON MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/deviantion.htm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'html/deviantion.htm') diff --git a/html/deviantion.htm b/html/deviantion.htm index 27f1f0a..34f5fda 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -3,6 +3,7 @@ SkunkyArt | {{.Templates.Deviation.Post.Deviation.Author.Username}} - {{.Templates.Deviation.Post.Deviation.Title}} +
@@ -33,10 +34,15 @@ {{if (ne .Templates.Deviation.Tags "")}} {{.Templates.Deviation.Tags}}
{{end}} - Published: {{.Templates.Deviation.StringTime}}; Views: {{.Templates.Deviation.Post.Deviation.Stats.Views}}; Favourites: {{.Templates.Deviation.Post.Deviation.Stats.Favourites}}; Downloads: {{.Templates.Deviation.Post.Deviation.Stats.Downloads}} + Published: {{.Templates.Deviation.StringTime}}; Views: {{.Templates.Deviation.Post.Deviation.Stats.Views}}; Favourites: {{.Templates.Deviation.Post.Deviation.Stats.Favourites}}; Downloads: {{.Templates.Deviation.Post.Deviation.Stats.Downloads}} +
Redirect to original +
{{if (ne .Templates.Deviation.Post.Description "")}}
- {{.Templates.Deviation.Post.Description}} +
+ Description + {{.Templates.Deviation.Post.Description}} +
{{end}} {{if ne .Templates.Deviation.Related ""}} -- cgit v1.2.3