From a8633b828f3e4e2d232e2194d9f2b85cdcd9e8db Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Thu, 27 Jun 2024 14:51:46 +0300 Subject: крымские наработки MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/deviantion.htm | 2 ++ html/gruser.htm | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 html/gruser.htm (limited to 'html') diff --git a/html/deviantion.htm b/html/deviantion.htm index 8516965..75484f6 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -34,7 +34,9 @@ {{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}} diff --git a/html/gruser.htm b/html/gruser.htm new file mode 100644 index 0000000..b81ceb1 --- /dev/null +++ b/html/gruser.htm @@ -0,0 +1,43 @@ + + + + SkunkyArt | {{.GR.Owner.Username}} + + +
+
+

HOME | DD

+
+ + + +
+
+ {{.GR.Owner.Username}} + {{if (eq .About.A.Gender "male")}} + ♂️ + {{end}} + {{if (eq .About.A.Gender "female")}} + ♀️ + {{end}} + [{{.GR.Gruser.ID}}] + [{{.CreationDate}}] + "{{.GR.Extra.Tag}}" + +

# Statistics

+

Favourites: {{.GR.Extra.Stats.Favourites}}; Deviations: {{.GR.Extra.Stats.Deviations}}; Watchers: {{.GR.Extra.Stats.Watchers}} +

Watching: {{.GR.Extra.Stats.Watching}}; Pageviews: {{.GR.Extra.Stats.Pageviews}}; Comments Made: {{.GR.Extra.Stats.CommentsMade}}; Friends: {{.GR.Extra.Stats.Friends}}

+ +

# Interests

+ {{.About.Interests}} + +

# Social Links

+ {{.About.Social}} + +

# About me

+ {{.About.DescriptionFormatted}} +
+ \ No newline at end of file -- cgit v1.2.3