diff options
Diffstat (limited to 'html/deviantion.htm')
| -rw-r--r-- | html/deviantion.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/deviantion.htm b/html/deviantion.htm index 34f5fda..c00c1ae 100644 --- a/html/deviantion.htm +++ b/html/deviantion.htm @@ -2,7 +2,7 @@ <html> <head> <title>SkunkyArt | {{.Templates.Deviation.Post.Deviation.Author.Username}} - {{.Templates.Deviation.Post.Deviation.Title}}</title> - <link rel="stylesheet" href="{{.BasePath}}gui/css/skunky.css"> + <link rel="stylesheet" href="{{.BasePath}}stylesheet"> <meta name="referrer" content="no-referrer" /> </head> <main> @@ -34,7 +34,7 @@ {{if (ne .Templates.Deviation.Tags "")}} {{.Templates.Deviation.Tags}}<br> {{end}} - <span>Published: <strong>{{.Templates.Deviation.StringTime}}</strong>; Views: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Views}}</strong>; Favourites: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Favourites}}</strong>; Downloads: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Downloads}}</strong><span> + <span>Published: <strong>{{.Templates.Deviation.StringTime}}</strong>; Views: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Views}}</strong>; Favourites: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Favourites}}</strong>; Downloads: <strong>{{.Templates.Deviation.Post.Deviation.Stats.Downloads}}</strong> <br><a target="_blank" href="https://www.deviantart.com/{{.Templates.Deviation.Post.Deviation.Author.Username}}/art/art-{{.Templates.Deviation.Post.Deviation.ID}}">Redirect to original</a> </span> {{if (ne .Templates.Deviation.Post.Description "")}} |
