Back to Lit

Lit Blog

packages/lit-dev-content/site/blog/index.html

latest844 B
Original Source

Lit Blog

Hear from our team on the latest with Lit and the community. Our blog covers major release announcements and showcases cool stuff being built with Lit.

For updates, follow @buildWithLit on Twitter or add our Atom feed to your feed reader.

{% for post in collections.blogPosts | reverse %}

{{ post.data.date | readableDate }}

{{ post.data.title }}

{{ post.data.summary }}

{% for authorId in post.data.author or post.data.defaultAuthor %} {% set authorData = authors[authorId] %} {{ authorData.name }} {% endfor %}

{% endfor %}