diff --git a/src/_includes/article-snippet.njk b/src/_includes/article-snippet.njk index 5b3ff31..e809fa3 100644 --- a/src/_includes/article-snippet.njk +++ b/src/_includes/article-snippet.njk @@ -1,9 +1,4 @@ -
  • +
  • {{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 %}
    diff --git a/src/prototype/prototype.json b/src/prototype/prototype.json new file mode 100644 index 0000000..82ee12b --- /dev/null +++ b/src/prototype/prototype.json @@ -0,0 +1,4 @@ +{ + "tags": "prototype", + "language": "en" +} \ No newline at end of file