| layout | page |
|---|---|
| title | All Posts |
| permalink | /posts/ |
- {%- for post in site.posts -%} {%- if post.tags contains "post" and post.category=="tutoring" -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{{ post.title}} - {{ post.summary}}
{%- endif -%}
{%- endfor -%}
-
{%- for post in site.posts -%}
{%- if post.category=="research" and post.tags contains "post" -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{{ post.title}} - {{ post.summary}}
{%- endif -%}
{%- endfor -%}
-
{%- for post in site.posts -%}
{%- if post.category!="research" and post.category!="tutoring" -%}
-
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ post.date | date: date_format }}
{{ post.title}} - {{ post.summary}}
{%- endif -%}
{%- endfor -%}