{{post.data.title}}
diff --git a/src/_includes/prototype-snippet.njk b/src/_includes/prototype-snippet.njk index 6c87dbf..01cc9fc 100644 --- a/src/_includes/prototype-snippet.njk +++ b/src/_includes/prototype-snippet.njk @@ -20,7 +20,7 @@ d="M14.472 0L21 6.52801V11.3362L18.1667 8.50284V5.18501H14.8913L14.8715 5.20484L12.0665 2.40267L14.472 0Z" /> -{{ post.fileSlug }}.dev
+{{ post.fileSlug | truncate(12) }}.dev
@@ -60,20 +60,13 @@
- - Status - {% if post.data.status == 1 %} - Deploy - {% else %} - Buggy - {% endif %} + Status{% if post.data.status == 1 %} + Deploy{% else %} + Buggy{% endif %}
- - Tags - {% for tag in post.data.tags %} - {% if tag != "prototype" %} - {{ tag }} - {% endif %} - {% endfor %} + Tags{% for tag in post.data.tags %}{% if tag != "prototype" %} + {{ tag }}{% endif %}{% endfor %}