From 6f872fe2f7fa2ee5cae749bdde5ad002d380b556 Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Thu, 13 Jun 2024 23:56:03 +0300 Subject: альфа: работают только посты и поиск MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/deviantion.htm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 html/deviantion.htm (limited to 'html/deviantion.htm') diff --git a/html/deviantion.htm b/html/deviantion.htm new file mode 100644 index 0000000..8516965 --- /dev/null +++ b/html/deviantion.htm @@ -0,0 +1,44 @@ + + + + SkunkyArt | {{.Post.Deviation.Author.Username}} - {{.Post.Deviation.Title}} + + +
+
+

HOME | DD

+
+ + + +
+
+
+ + {{.Post.Deviation.Author.Username}} — {{if (.Post.Deviation.DD)}} + {{.Post.Deviation.Title}} + {{else}}{{.Post.Deviation.Title}}{{end}} + {{if (ne .Post.Deviation.License "none")}}{{.Post.Deviation.License}}{{end}} {{if (.Post.Deviation.AI)}}[🤖]{{end}} + {{if (.Post.Deviation.NSFW)}}[NSFW]{{end}} + +
+ {{if (ne .Post.IMG "")}} + +
+ {{end}} + {{if (ne .Tags "")}} + {{.Tags}}
+ {{end}} + Published: {{.StringTime}}; Views: {{.Post.Deviation.Stats.Views}}; Favourites: {{.Post.Deviation.Stats.Favourites}}; Downloads: {{.Post.Deviation.Stats.Downloads}} + {{if (ne .Post.Description "")}} + {{.Post.Description}} + {{end}} + {{if (ne .Comments "")}} + {{.Comments}} + {{end}} +
+
+ \ No newline at end of file -- cgit v1.2.3