8 lines
190 B
HTML
8 lines
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" %}
|