web/_includes/date-format.html
2019-11-18 01:08:03 +08:00

8 lines
No EOL
190 B
HTML

<!--
Define the liquid date formats.
© 2019 Cotes Chung
Published under the MIT License
-->
{% assign TOOLTIP_DATE = "%a, %b %e, %Y, %l:%M %p %z" %}
{% assign POST_DATE = "%b %e, %Y" %}