Make date format configurable
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/section.html → templates/section.html
@@ -14,7 +14,7 @@ <li> <span> <i> <time datetime='{{ page.date | date(format='%+') }}' pubdate> - {{ page.date | date(format="%d %b, %Y") }} + {{ page.date | date(format=config.extra.date_format) }} </time> </i> </span>