Allow untitled artwork, add some more sketches

This commit is contained in:
Joshua Goins 2022-10-25 16:37:45 -04:00
parent c90ae131ce
commit babc8e988b
6 changed files with 15 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
assets/art/sep-2019.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

View file

@ -128,12 +128,24 @@
"name": "Sketches",
"description": "More sketchy, incomplete but otherwise nice drawings I made!",
"years": [
{
"year": 2019,
"pieces": [
{
"filename": "sep-2019.webp"
}
]
},
{
"year": 2020,
"pieces": [
{
"title": "Miq'ote in a Swimsuit",
"filename": "miqote-swimsuit.webp"
},
{
"title": "Trainwatching",
"filename": "trainwatching.webp"
}
]
},

View file

@ -32,7 +32,9 @@
</a>
<figcaption>
"{{ .title }}"
{{ with .title }}
"{{ . }}"
{{ end }}
{{ if .newgrounds_url }}
<a href="{{ .newgrounds_url }}"><img alt="Newgrounds Icon" width="16" height="16" src="{{ $newgrounds_icon.Permalink }}"></a>
{{ end }}