index
:
TheNonPersonalDiary
master
My personal blog website (built with zola)
Vidhu Kant Sharma
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
templates
/
macros
/
date.html
blob: 020b47e32e7f68bcac039e7008573ac32dc81d5c (
plain
)
1
2
3
{%
macro
format_date
(
date
)
%}
{{
date
|
date
(
format
=
"%d %h, %Y"
)
}}
{%
endmacro
format_date
%}