In the case that issues = 1, the loop doesn't function as we expect - it parses through the string instead of the list of issues. We need to add logic to the jekyll jinja2 parsing to check for this value, and if it's 1, to just render that one post and not assume a list.
In the case that issues = 1, the loop doesn't function as we expect - it parses through the string instead of the list of issues. We need to add logic to the jekyll jinja2 parsing to check for this value, and if it's 1, to just render that one post and not assume a list.