Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.36 KB

writing.md

File metadata and controls

45 lines (39 loc) · 1.36 KB
layout title
page
Latest Writing

{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}

{% if forloop.first %}

{{this_year}}

    {% endif %}

    {% if post.draft == true %} {% else %}

  • {% if post.reply %}{% endif %}{{ post.title }} {% for tag in post.tags %}{{tag}} {% endfor %}
    {{ post.date | date: "%-d %B %Y" }}
  • {% endif %}

    {% if forloop.last %}

{% else %} {% if this_year != next_year %}

{{next_year}}

    {% endif %} {% endif %} {% endfor %} <script> window.commentoCustomText = function(count) { if(count === 0) { return ""; } else if (count === 1) { return " | ⚡ 1 comment"; } else { return " | ⚡ "+ count + " comments"; } } </script> <script src="https://cdn.commento.io/js/count.js" data-custom-text="window.commentoCustomText"></script>