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 @@ -
+
{% assign slug = include.tag | slugify %} -

{{ include.emoji }} {{ include.tag }}

+

{{ include.emoji }} {{ include.tag }}

{{ include.description }}

{% assign total = 0 %} {% for post in site.posts %} {%- if post.tags contains include.tag -%} {%- assign total = total | plus: 1 -%} -
6 %}hidden{% endif %}> +
4 %}hidden{% endif %}> {%- if post.image -%} {%- assign start = post.image | slice: 0, 4 -%} {%- if start == "http" -%} diff --git a/web/style.css b/web/style.css index 71bf8f6..e6518ea 100644 --- a/web/style.css +++ b/web/style.css @@ -168,7 +168,7 @@ a:visited.wide-link { } .devlog-category { - margin-top: 20px; + margin-top: 30px; } .devlog-image {