diff --git a/src/_includes/search.njk b/src/_includes/search.njk index e669ffd..d1cec6c 100644 --- a/src/_includes/search.njk +++ b/src/_includes/search.njk @@ -1,5 +1,44 @@ -
+ + + - + +
+ {% set postslist = collections.allContent | reverse %} + {% for post in postslist %} + {% if post.data.title and post.data.tags %} +
+ {{ post.data.title }}
+ {{ post.data.tags | join(', ') }}
+ Перейти +
+ {% endif %} + {% endfor %} +
+