diff --git a/README.md b/README.md index 28691a4..c8a7207 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Artwork's page: informations about the artwork, recent artworks by the artist an ![Artwork](https://files.catbox.moe/x3k85p.png) ![Artwork](https://files.catbox.moe/ocy4fq.png) +User's page: Route: `/user/` (id for the preview: 11065404) +![User](https://files.catbox.moe/f055gn.png) + ## Installation Run these commands below, then access the site on [localhost:8080](https://localhost:8080) diff --git a/template/artwork.html b/template/artwork.html index 6e0709e..009f322 100644 --- a/template/artwork.html +++ b/template/artwork.html @@ -26,8 +26,8 @@
{{ .Date }} - {{ .Artist.Name }} + {{ .Artist.Name }} {{ .Artist.Name }}
{{ range $parent.Recent }} diff --git a/template/css/style.css b/template/css/style.css index 9bc0dae..b2a827a 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -65,6 +65,8 @@ body { font-size: 0.9rem; } .artwork-thumbnail .artwork-master-image { + width: 100%; + height: 100%; object-position: center center; } .artwork-thumbnail .artwork-thumbnail-artist { diff --git a/template/css/style.scss b/template/css/style.scss index d7a5b1e..d07a365 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -79,6 +79,8 @@ body { } .artwork-master-image { + width: 100%; + height: 100%; object-position: center center; } diff --git a/template/large-tn.html b/template/large-tn.html index f681bc6..fd5ce8b 100644 --- a/template/large-tn.html +++ b/template/large-tn.html @@ -8,8 +8,8 @@

{{ .Title }}

- {{ .Artist.Name }} + {{ .Artist.Name }} {{ .Artist.Name }}
{{ end }} diff --git a/template/small-tn.html b/template/small-tn.html index 2f76763..0b1ed6a 100644 --- a/template/small-tn.html +++ b/template/small-tn.html @@ -7,8 +7,8 @@

{{ .Title }}

- {{ .Artist.Name }} + {{ .Artist.Name }} {{ .Artist.Name }} {{ end }}