layout default title Notes {{ page.title }} {% for post in site.posts %} {% if post.layout == "default" %} {{ post.title }} {% endif %} {% endfor %}