I’m looking at this mod:
I can’t find where the background image is placed, though I see it in the fields. Is there some kind of magic in {{{ content }}}
?
I’m looking at this mod:
I can’t find where the background image is placed, though I see it in the fields. Is there some kind of magic in {{{ content }}}
?
It’s been added in the CSS as a variable you can see it on line 162
background-image: linear-gradient(rgba($themeColor,0.8), rgba($themeColor,0.8)), url($bgImage);
Wow, I had no idea you could do that. Good to know!