Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ページが投稿の場合はif文を使用してbodyタグにクラスを追加し、ページが投稿の場合はクラスにページを追加してから投稿を追加します。これを行う具体的な方法がわかりません。誰かがそれを理解するのを手伝ってくれますか?
page.dateまたはpage.idの存在をテストできます。
page.date
page.id
<div class="{% if page.id %} post {% else %} page {% endif %}"> ... </div>