- {% assign sorted_featured = featured_posts | sort: 'date' | reverse %} - {% for post in sorted_featured %} -
-
- {{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh - -
{{ post.excerpt }}
-
-
- {% endfor %} -

Other Publications

- {% for post in normal_posts %} +

Publications

+ {% for post in paginator.posts %}
{{ post.date | date: "%Y-%m-%d" }} @ journal.lunar.sh @@ -47,7 +32,6 @@ layout: default