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 %}
-
{% endif %}
-
{% if post.reply %}{% endif %}{{ post.title }} {% for tag in post.tags %}{{tag}} {% endfor %}
{{ post.date | date: "%-d %B %Y" }}
{% endif %}
{% if post.draft == true %} {% else %}
{% if forloop.last %}
-
{% 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>