I want to add a class to the body tag using if sentence, if the page is a post then add page to the class if the page is a post then add post to it. I don't know in specific how to do this, can anyone help me figure it out?
You can test for the presence of page.date
or page.id
, e.g.
<div class="{% if page.id %} post {% else %} page {% endif %}">
...
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With