{% assign shouldRender = false %} {% if jekyll.environment == "development" %} {% assign shouldRender = true %} {% endif %} {% if include.forceRender %} {% assign shouldRender = true %} {% endif %} {% if shouldRender %} {% if include.url contains "_" %}
This page has an incorrectly formatted url. Underscores (_) are not allowed inside urls, use dashes instead.
{{include.url}}
If you believe you are seeing this warning by mistake, please open an issue.