diff --git a/_includes/layouts/notebook.njk b/_includes/layouts/notebook.njk index 0a671b7..89750ac 100644 --- a/_includes/layouts/notebook.njk +++ b/_includes/layouts/notebook.njk @@ -35,12 +35,7 @@ permalink: "/notebook/"

{{ other.data.title }}

- {% for tag in other.data.tags -%} - {% if tag == 'other' %} - {% else %} - {{ tag }} - {% endif %}

{{ other.data.description }}

read more