266: Added option to disable the space between the header and the footer when using heroStyle: background

This commit is contained in:
Anton Antonov
2022-11-22 12:55:24 +02:00
parent f4b919681e
commit d024ad961b
6 changed files with 14 additions and 3 deletions

View File

@@ -50,4 +50,5 @@ Front matter parameter default values are inherited from the theme's [base confi
|`series_order`|_Not set_|Number of the article within the series.|
|`summary`|Auto generated using `summaryLength` (see [site configuration]({{< ref "configuration#site-configuration" >}}))|When `showSummary` is enabled, this is the Markdown string to be used as the summary for this article.|
|`xml`|`true` unless excluded by `sitemap.excludedKinds`|Whether or not this article is included in the generated `/sitemap.xml` file.|
|`layoutBackgroundHeaderSpace`|`true`|Add space between the header and the body.|
<!-- prettier-ignore-end -->