--- blog_number: time title: "Posts by Time" options: - skip_card_metadata - skip_autogen_sidebar layout: Layout_Philosophy_Blog ---
{% assign string_top = "top" %} {% assign string_time = "time" %} {% assign string_topic = "topic" %} {% assign blog_posts = site.Philosophy | where_exp:"pbp", "pbp.blog_number != string_top" | where_exp:"pbp", "pbp.blog_number != string_time" | where_exp:"pbp", "pbp.blog_number != string_topic" %}

List of all posts:

{% for post in blog_posts %} {% include generate_post_reference.html post_to_gen=post gen_color="green" %} {% endfor %}
{%- comment %} {% endcomment %}