website/notes.md
2018-08-19 00:04:25 +08:00

600 B

layout title permalink
page Notes /notes/
    {% for post in site.posts %}
  • {{post.title}} {% if post.alt_title %} {{post.alt_title}} {% endif %}
    {{post.date | date_to_long_string}}
  • {% endfor %}