all repos — zola-bearblog @ 4df500c33f3d3ba7b9387a2bc0447850a04d15c8

Port of bear blog theme to zola

Make date format configurable

Alan Pearce
commit

4df500c33f3d3ba7b9387a2bc0447850a04d15c8

parent

98d10546684524418a7f612cc75085b5ddc5cfaa

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M templates/taxonomy_single.htmltemplates/taxonomy_single.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>