Back to Lit

Article

packages/lit-dev-content/site/_includes/article.html

latest679 B
Original Source

{% extends 'articles.html' %} {% block articleHeader %}

{{ publishDate | readableDate }} {% if lastUpdated %} — Updated {{ lastUpdated | readableDate }} {% endif %}

{% for authorId in author or defaultAuthor %} {% set authorData = authors[authorId] %}

{{ authorData.name }} {% if authorData.links %} {% if authorData.links.twitter %} {% endif %} {% if authorData.links.bluesky %} {% endif %} {% if authorData.links.github %} {% endif %} {% endif %} {% endfor %} {% endblock %}