Skip to main content
  • Guides & Documentation

Knowledgebase

Featured articles, how-to guides and quick tips.

Render Profile Picture of Node Author in node.html.twig - Drupal 8

To render the URL to the profile picture of the node author in your node.html.twig file, simply use:

{{ file_url(node.Owner.user_picture.0.entity.uri.value) }}