Empty Bundle Resources

Hi,

I am attempting to setup image processing for blog posts, I am however unable to access the images inside my bundle.

I am using .Resources.Match “*” in my single page layout but this is returning [] despite having an image in the blog post directory

I have setup a quick POC repo to show the issue I am getting

https://github.com/Oliver-Fish/Hugo-Help

At /blog/blog1/ I am expecting to see a reference to my cat image, however I am getting only a [].

Hugo Static Site Generator v0.41-DEV-00E36A41 linux/amd64 BuildDate: 2018-05-12T07:55:54+0200
GOOS="linux"
GOARCH="amd64"
GOVERSION="go1.10.1"

Thanks