diff --git a/content/_index.md b/content/_index.md index 10502b9..6a3c695 100644 --- a/content/_index.md +++ b/content/_index.md @@ -143,7 +143,7 @@ Additionally, you can use the following front matter variables: ### Documentation Page Specific -All the options for blog posts are avilable for documentation pages as well. +All the options for blog posts are avilable for documentation pages as well, with the exception of banners. Additionally, you can use the following front matter variables: diff --git a/content/docs/overview/banner.webp b/content/docs/overview/banner.webp new file mode 100644 index 0000000..ae0672b Binary files /dev/null and b/content/docs/overview/banner.webp differ diff --git a/templates/documentation_page.html b/templates/documentation_page.html index f7364e2..6b2878a 100644 --- a/templates/documentation_page.html +++ b/templates/documentation_page.html @@ -19,12 +19,6 @@ expand-main {% include "partials/docs_toc.html" %}
- {%- if page.extra.banner -%} - - {%- endif -%} -

{{ page.title }}