diff --git a/README.md b/README.md index 7cebd1ec..f864c063 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For simple typos and single line fixes please just raise an issue pointing out our mistakes. For larger changes, please discuss them on the [forum](https://discourse.nodered.org) or [Slack team](http://nodered.org/slack/) #docs channel. If you need to raise a pull request please read our -[contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md) +[contribution guidelines](https://github.com/node-red/node-red/blob/main/CONTRIBUTING.md) before doing so. ### Previewing the Site diff --git a/_includes/docs-content.html b/_includes/docs-content.html index bf8ab7b6..37df893f 100644 --- a/_includes/docs-content.html +++ b/_includes/docs-content.html @@ -13,6 +13,9 @@
{% endif %}
+{% if banner %} +
{{ banner}}
+{% endif %}

{{ page.title }}

{{ content }}
diff --git a/_includes/header.html b/_includes/header.html index e3559272..4862962a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -42,11 +42,11 @@ {% endif %} - +
diff --git a/_includes/toc-editor-guide.html b/_includes/toc-editor-guide.html index fc8e89a9..33af8209 100644 --- a/_includes/toc-editor-guide.html +++ b/_includes/toc-editor-guide.html @@ -4,6 +4,8 @@