Move up figure caption by one position

This commit is contained in:
Will Faught
2022-12-29 21:23:05 -08:00
parent 361e62d334
commit af33efb158
2 changed files with 3 additions and 3 deletions

View File

@@ -462,8 +462,8 @@ These are the named parameters with positions, listed in the order of their posi
```go
{{< paige/figure
src="https://imgs.xkcd.com/comics/sandwich.png"
link="https://xkcd.com/149"
caption="My caption"
link="https://xkcd.com/149"
title="My title"
alt="My alt" >}}
```