I want to range through some social links and display them sitewide which have the same variables (name, URL, weight). Up to now, after reading the docs, I am seeing three ways:
- Create the links as a menu in
config.tomlorconfig/_default/menus.toml -
Use cascade (it works in the root
_index.mdof the content section) - Create a data file in the data folder.
Of course there is also the option to hard code the links. Other than that, is there a recommended way to do this?