diff --git a/content/art/2016/_index.md b/content/art/2016/_index.md index ca5be05..ba6ee73 100644 --- a/content/art/2016/_index.md +++ b/content/art/2016/_index.md @@ -1,5 +1,5 @@ --- -title: 2016 Art +title: 2016 layout: gallery json: art thumbnails: true diff --git a/content/art/2017/_index.md b/content/art/2017/_index.md index c6f311b..1ca1e7c 100644 --- a/content/art/2017/_index.md +++ b/content/art/2017/_index.md @@ -1,5 +1,5 @@ --- -title: 2017 Art +title: 2017 layout: gallery json: art thumbnails: true diff --git a/content/art/2018/_index.md b/content/art/2018/_index.md index c972dc6..ac7e15d 100644 --- a/content/art/2018/_index.md +++ b/content/art/2018/_index.md @@ -1,5 +1,5 @@ --- -title: 2018 Art +title: 2018 layout: gallery json: art thumbnails: true diff --git a/content/art/2019/_index.md b/content/art/2019/_index.md index 0e9f0d2..f397142 100644 --- a/content/art/2019/_index.md +++ b/content/art/2019/_index.md @@ -1,5 +1,5 @@ --- -title: 2019 Art +title: 2019 layout: gallery json: art thumbnails: true diff --git a/content/art/2020/_index.md b/content/art/2020/_index.md index f7798ea..edaa54f 100644 --- a/content/art/2020/_index.md +++ b/content/art/2020/_index.md @@ -1,5 +1,5 @@ --- -title: 2020 Art +title: 2020 layout: gallery json: art thumbnails: true diff --git a/content/art/2021/_index.md b/content/art/2021/_index.md index 3c6f867..3acfd8c 100644 --- a/content/art/2021/_index.md +++ b/content/art/2021/_index.md @@ -1,5 +1,5 @@ --- -title: 2021 Art +title: 2021 layout: gallery json: art thumbnails: true diff --git a/content/art/2022/_index.md b/content/art/2022/_index.md index 0916a44..f5620a7 100644 --- a/content/art/2022/_index.md +++ b/content/art/2022/_index.md @@ -1,5 +1,5 @@ --- -title: 2022 Art +title: 2022 layout: gallery json: art thumbnails: true diff --git a/content/art/2023/_index.md b/content/art/2023/_index.md index faf80d3..839b98d 100644 --- a/content/art/2023/_index.md +++ b/content/art/2023/_index.md @@ -1,5 +1,5 @@ --- -title: 2023 Art +title: 2023 layout: gallery json: art thumbnails: true diff --git a/scripts/gen_art.py b/scripts/gen_art.py index 9bccecb..e1efeb2 100644 --- a/scripts/gen_art.py +++ b/scripts/gen_art.py @@ -99,7 +99,7 @@ for year in collected_years: with open(os.path.join(art_output_directory, str(year), '_index.md'), 'w') as f: f.write('---\n') - write_field(f, 'title', str(year) + ' Art') + write_field(f, 'title', str(year)) write_field(f, 'layout', 'gallery') write_field(f, 'json', 'art') write_field(f, 'thumbnails', 'true') diff --git a/themes/red/layouts/_default/art.html b/themes/red/layouts/_default/art.html index 2d64d52..01df0cd 100644 --- a/themes/red/layouts/_default/art.html +++ b/themes/red/layouts/_default/art.html @@ -6,11 +6,13 @@ {{ $paginator := .Paginate (where .RegularPagesRecursive "Type" "art") }} {{ if eq $paginator.PageNumber 1}} -
Welcome to my art gallery! This is the most complete view of my work, which I have archived since 2016.
+Welcome to my art gallery! I have saved my art since 2016, and this site contains the most complete archive of my work.
-This current iteration of the gallery is a work-in-progress, so details and alt-text may be missing for older work.
+ Contains risque art, so you should probably not view this on a work computer. -If you wish to follow me when I post new art, you can follow me on Mastodon, Pixiv, Newgrounds or my Art RSS Feed!
+If you want to see other cool artists and their websites, see the links page.
+ +You can follow me on Mastodon, Pixiv, Newgrounds, or if you like RSS feeds I have an art-only feed!
{{ partial "featured-art" . }} diff --git a/themes/red/layouts/partials/art-tag.html b/themes/red/layouts/partials/art-tag.html index 07dbaa3..c758b21 100644 --- a/themes/red/layouts/partials/art-tag.html +++ b/themes/red/layouts/partials/art-tag.html @@ -1,5 +1,7 @@