From fbab51c7e649405f51bb18276808c9331d864727 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 27 Dec 2022 23:37:20 -0800 Subject: [PATCH] Move up figure title by one position --- README.md | 4 ++-- layouts/shortcodes/paige/figure.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36f6e137..84b10ab1 100644 --- a/README.md +++ b/README.md @@ -463,8 +463,8 @@ These are the named parameters with positions, listed in the order of their posi src="https://imgs.xkcd.com/comics/sandwich.png" link="https://xkcd.com/149" caption="My caption" - alt="My alt" - title="My title" >}} + title="My title" + alt="My alt" >}} ``` These are the rest of the named parameters: diff --git a/layouts/shortcodes/paige/figure.html b/layouts/shortcodes/paige/figure.html index 98d90b9e..03f7e2d1 100644 --- a/layouts/shortcodes/paige/figure.html +++ b/layouts/shortcodes/paige/figure.html @@ -3,7 +3,7 @@ {{ with $link }} {{ end }} - + {{ if $link }} {{ end }}