Problem/Motivation
We currently have a token [site:url]. The URL of the site's front page. The language prefix is added if the page is multilingual (e.g. http://www.example.com/pl).
In many cases a language prefix is unnecessary.
Example:
Open graph image path
[site:url]/sites/default/files/og_image.jpg
JSON LD ImageObject path
[site:url]/sites/default/files/logo.jpg
We need a new token that returns the base url without the language prefix.
Proposed resolution
Add token [site:base-url]. Base URL.
Remaining tasks
Add test.
User interface changes
Users can use the new token [site:base-url].