From efc8bc473d4284fb71161065054eff01fadee511 Mon Sep 17 00:00:00 2001 From: Richard Iannone Date: Tue, 8 Oct 2024 10:02:21 -0400 Subject: [PATCH] Update index.qmd --- docs/blog/introduction-0.13.0/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/introduction-0.13.0/index.qmd b/docs/blog/introduction-0.13.0/index.qmd index c6628723b..a4452fd3e 100644 --- a/docs/blog/introduction-0.13.0/index.qmd +++ b/docs/blog/introduction-0.13.0/index.qmd @@ -174,7 +174,7 @@ Look, I know we brought up the expression *fine-grained* before---right in the f - `loc.header()` == `[loc.title(), loc.subtitle()]` - `loc.column_header()` == `[loc.column_labels(), loc.spanner_labels()]` -- `loc.footer()` == `[loc.source_notes()] +- `loc.footer()` == `[loc.source_notes()]` That last one, `loc.footer()`, yes, it is currently just an alias for `loc.source_notes()` but in the future when footnotes support is available in the package the set will expand to include a `loc.footnotes()` location.