robfletcher
12/01/2018, 8:28 PMorchidServe
task the images all get 404srobfletcher
12/02/2018, 6:45 PMCasey Brooks
12/03/2018, 3:35 PMCasey Brooks
12/03/2018, 3:36 PMasset
filter. for example, use
<img
src="{{ 'assets/images/made-with-bulma--semiblack.png' | asset }}"
alt="Bulma"
width="171"
height="32">
instead of
<img
src="{{ site.baseUrl }}/assets/images/made-with-bulma--semiblack.png"
alt="Bulma"
width="171"
height="32">
Casey Brooks
12/03/2018, 3:36 PMasset
functions will ensure these images are rendered properly and the correct file URLs are used. Docs here https://orchid.netlify.com/wiki/user-manual/themes/thumbnailsrobfletcher
12/03/2018, 6:44 PM