I’m trying to create an ‘if’ that is applied only when the post has a specific tag (‘notes’ in this case). Latest attempt was to use if in .Params.tags "notes" but all I am accomplishing with this is to apply the conditional to almost all posts, regardless the tag.
So if I have some posts with the ‘notes’ tag, how do I properly refer to them?