- 🇫🇷France CopainGeorge
I had to apply #21 and #28 to make [current-page:url:absolute] work. Thank you
[current-page:query:?] tokens (for example [current-page:query:key]) should fall back to empty string if there is not query 'key' on the current page.
Example:
http://example.com/?key=123 should return '123'
http://example.com/ should return ''
Currently [current-page:query:key] produces '[current-page:query:key]' instead of empty string.
Needs work
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I had to apply #21 and #28 to make [current-page:url:absolute] work. Thank you