Allow untitled artwork, add some more sketches
This commit is contained in:
parent
c90ae131ce
commit
babc8e988b
6 changed files with 15 additions and 1 deletions
BIN
assets/art-thumbs/sep-2019.webp
Normal file
BIN
assets/art-thumbs/sep-2019.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
assets/art-thumbs/trainwatching.webp
Normal file
BIN
assets/art-thumbs/trainwatching.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
assets/art/sep-2019.webp
Normal file
BIN
assets/art/sep-2019.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
BIN
assets/art/trainwatching.webp
Normal file
BIN
assets/art/trainwatching.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 254 KiB |
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue