Skip to content

Latest commit

 

History

History
47 lines (44 loc) · 1.75 KB

File metadata and controls

47 lines (44 loc) · 1.75 KB
layout page
title All Posts
permalink /posts/

Tutoring 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 }} arrow
    {{ post.title}} - {{ post.summary}}
  • {%- endif -%} {%- endfor -%}

Research Posts

    {%- 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 }} arrow
    {{ post.title}} - {{ post.summary}}
  • {%- endif -%} {%- endfor -%}

Miscellaneous Posts

    {%- 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 }} arrow
    {{ post.title}} - {{ post.summary}}
  • {%- endif -%} {%- endfor -%}