Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
549 B

  1. ---
  2. layout: default
  3. title: Archives
  4. ---
  5. # Archives
  6. * * *
  7. {% for post in site.posts %}
  8. {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %}
  9. {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}
  10. {% if forloop.first %}
  11. ## {{ this_year }}
  12. {% endif %}
  13. - {{ post.date | date: "%Y/%m/%d" }} - [{{ post.title }}{% if post.layout == "encrypt" %} [加密] {% endif %}]({{ post.url }})
  14. {% if forloop.last %}
  15. {% else %}
  16. {% if this_year != next_year %}
  17. ## {{next_year}}
  18. {% endif %} {% endif %} {% endfor %}

Powered by TurnKey Linux.