Does anyone have any suggestions or links to documentation which outline the best way to create global components in Umbraco?
Currently, I have a master template called Layout.cshtml which bring in the Header and Footer using @Html.PartialAsync.
This displays the header and footer correctly on all pages.
However, as every new page is created, you have to fill in all the elements of the Header and Footer in the CMS for each page that is created: e.g. the links, title, images etc.
Is there a way to create a global header and footer which is the same on every page that is created? I attempted to create a page called “Website Settings” with the global elements but was unsuccessful:
Is there any way to make the data in the “Website Settings” folder globally available on every page?
This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/113572-best-way-to-create-global-components-in-umbraco
