I am able to get other user fields using {{ article.user }} object (as explained on: https://socalledhacker.com/shopify-theme-dev-blog-author-info/)
However, I am not able to find a way to add author’s website url. How to do that? I tried: {{ article.user.website }} and other combinations.
Bio, avatar, image, name works fine.