diff --git a/data/recent-changes.json b/data/recent-changes.json index 9aceb33..1a3f949 100644 --- a/data/recent-changes.json +++ b/data/recent-changes.json @@ -1,5 +1,6 @@ { "changes": [ + "2024-02-19: Further site improvements, started a FFXIV shrine.", "2024-01-27: Added new artwork!", "2023-09-24: Added new Sakura artwork, changed profile pic.", "2023-09-21: Added some more art to the gallery!", diff --git a/themes/red/assets/css/site.css b/themes/red/assets/css/site.css index 2dffaf6..069c2f1 100644 --- a/themes/red/assets/css/site.css +++ b/themes/red/assets/css/site.css @@ -271,11 +271,10 @@ figure figcaption { } .gallery-con { - display: flex; - flex-wrap: wrap; border: 1px dashed gray; border-radius: 5px; background-color: var(--background-tertiary); + padding: 20px; } .generic-con { diff --git a/themes/red/layouts/partials/featured-art.html b/themes/red/layouts/partials/featured-art.html index b6aed13..f98050c 100644 --- a/themes/red/layouts/partials/featured-art.html +++ b/themes/red/layouts/partials/featured-art.html @@ -1,52 +1,55 @@
Thumbnail not found!
+ {{ with resources.Get (printf "art/%s" .filename) }} + {{ $image := .Resize "500x" }} +Thumbnail not found!
+ {{ end }} {{ end }} - {{ end }} - + -{{ . }}