diff --git a/web/_includes/devlog_category.html b/web/_includes/devlog_category.html index a6bd7a8..2018eb9 100644 --- a/web/_includes/devlog_category.html +++ b/web/_includes/devlog_category.html @@ -1,13 +1,13 @@ -
{{ include.description }}
{% assign total = 0 %} {% for post in site.posts %} {%- if post.tags contains include.tag -%} {%- assign total = total | plus: 1 -%} -