--- layout: archive permalink: /news/ title: "News" excerpt: "News of GNSS-SDR website." author_profile: false sidebar: nav: "news" --- {% include group-by-array collection=site.posts field="tags" %} {% assign entries_layout = page.entries_layout | default: 'list' %}
{% for tag in group_names %} {% if tag == "news" %} {% assign posts = group_items[forloop.index0] %} {% for post in posts %} {% include archive-single.html type=entries_layout %} {% endfor %} {% endif %} {% endfor %} |