Add artfight attack, fix art descriptions
All checks were successful
Deploy / Deploy Website (push) Successful in 29s
All checks were successful
Deploy / Deploy Website (push) Successful in 29s
This commit is contained in:
parent
c9f150f9ba
commit
79938857fe
3 changed files with 14 additions and 4 deletions
10
data/art/2025/judith.json
Normal file
10
data/art/2025/judith.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"alt_text": "Drawing of a 19-year-old woman with shaggy pink-reddish hair, ear piercings and deep crimson eyes. She's wearing a semishoulderless top and a gold coin necklace. She looks pleased to see you.",
|
||||
"date": "2025-07-01",
|
||||
"title": "Judith",
|
||||
"tags": ["Artfight", "fan art"],
|
||||
"characters": ["Judith"],
|
||||
"description": "Artfight attack: https://artfight.net/attack/8780771.judith",
|
||||
"mastodon_url": "https://mastodon.art/@redstrate/114780099688583942",
|
||||
"bluesky_url": "https://bsky.app/profile/redstrate.com/post/3lswnehdnis2y"
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -55,9 +55,6 @@
|
|||
|
||||
{{ partial "voting" . }}
|
||||
|
||||
<div class="generic-con" id="art-detail-inline">
|
||||
{{ partial "art-detail" . }}
|
||||
|
||||
{{ with .Content }}
|
||||
{{ $.Scratch.Set "header-type" "h3" }}
|
||||
{{ $.Scratch.Set "header-name" "Commentary" }}
|
||||
|
@ -65,6 +62,9 @@
|
|||
|
||||
{{ . }}
|
||||
{{ end }}
|
||||
|
||||
<div class="generic-con" id="art-detail-inline">
|
||||
{{ partial "art-detail" . }}
|
||||
</div>
|
||||
|
||||
{{ if .Params.threed }}
|
||||
|
|
Loading…
Add table
Reference in a new issue