aboutsummaryrefslogtreecommitdiffstats
path: root/uikit/templates/time_macros.html
blob: 79f0756cf81bbf686903e752e0900a50d8876e71 (plain) (blame)
1
2
3
4
{% macro get_time(article, date) -%}
  {% set datetime = date|strftime('%Y-%m-%d') %}
  <time datetime="{{datetime}}">{{ article.locale_date|trim }}</time>
{%- endmacro %}