Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 933 Bytes

File metadata and controls

40 lines (32 loc) · 933 Bytes
title resources
Blackberries
src name params
missing-resource.jpg
missing
lorem
ipsum
src name params
blackberry-photo.jpg
blackberry

Resource blackberries-on-table.jpg has no metadata configured, while blackberry-photo.jpg has the below:

src: blackberry-photo.jpg
name: blackberry
params:
    credit: https://www.pexels.com/photo/ice-cream-cone-on-wood-257834/

Notice the following in the frontmatter of this page:

resources:
- src: missing-resource.jpg
  name: missing
  params:
    lorem: ipsum

It defines metadata for a resource that does not exist. The src value does not match an actual resource in the bundle, so it does not get picked up when we range over all the resources.

{{}}