news.tatooine.club/_includes/date.html
Nemo 0bb026114b improve date formatting
- reuse date format across the all pages.
- fix emoji to not be underlined in case of links
2023-12-27 09:55:15 +05:30

3 lines
155 B
HTML

<div class="topic-date"><time datetime="{{site.time | date: '%Y-%m-%d'}}">{{site.time | date: "%A, %b %e %Y"}}</time>
{% include date-easter.html %}
</div>