Skip to content

Latest commit

 

History

History
executable file
·
20 lines (19 loc) · 524 Bytes

File metadata and controls

executable file
·
20 lines (19 loc) · 524 Bytes
layout default
title Just Do It! - Archives

Archives

GANs

    {%- for post in site.posts -%} {% if post.category == "GAN" %}
  • {{ post.title }}  {{ post.date | date: '%B %d, %Y' }}
  • {% endif %} {%- endfor -%}