I would like to include an image from custom_theme/images
folder where custom_theme
is a custom theme created following the grav documentation.
The twig template is in partials and this is the excerpt:
<!-- Logo -->
<a class="navbar-brand" href="./">
<img class="logo logo-dark" alt="" src="/images/logo.png">
<img class="logo logo-light" alt="" src="/images/logo-light.png">
</a>
<!-- #end Logo -->
What shall be used in src
to refer to this image file: /user/themes/custom_theme/images/logo.png