Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 523 Bytes

File metadata and controls

23 lines (21 loc) · 523 Bytes
layout page
title Notes
permalink /notes/

This is where I write down my weekly learnings, goals, plans etc.

    {% for note in site.notes %}
  • Last updated: {{ note.last_modified_at | date: "%B %-d, %Y" }}

    {% if site.show_excerpts %} {{ note.excerpt }} {% endif %}
  • {% endfor %}