-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
I used to have images displayed through a dynamic url e.g.
<img src="{{ .Site.Params.resourcesBaseUrl }}/profilePicture.jpg" class="img-responsive" alt="Profile Picture"/>
This used to work fine until recently. Now Hugo is not able to concatenate the two strings and just outputs image source as /profilePicture.jpg which does not render any images.
I am using the latest build to deploy my website.