From 617d00ee594183c7be2512cfcbfcafa66a04b240 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Tue, 13 Feb 2024 15:59:52 -0700 Subject: [PATCH] reverse order of sentences about theme loading to match behavior --- docs/modules/theme/pages/extends.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/theme/pages/extends.adoc b/docs/modules/theme/pages/extends.adoc index 07762af37..f25dc40ee 100644 --- a/docs/modules/theme/pages/extends.adoc +++ b/docs/modules/theme/pages/extends.adoc @@ -16,8 +16,8 @@ Otherwise, the filename is resolved relative to the value of the `pdf-themesdir` Currently, the theme starts out empty. Then, the files referenced by the extends key are loaded in order. -Finally, the keys in the current file are loaded. Each time a theme is loaded, the flattened keys are overlaid onto the keys from the previous theme. +Finally, the keys in the current file are loaded. [cols="4,4,6a"] |===