From 4de71445d3d174b5ef3462a1c4470a95cc00017e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 19 Jun 2015 20:13:31 +0200 Subject: Daily page: date format in template It only concerns the date of the day in the main title. Fixes #182 Note that daily RSS feed is not generated through templates. Date are still hard formatted in that case. --- tpl/daily.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tpl/daily.html') diff --git a/tpl/daily.html b/tpl/daily.html index 919795bb..0f762490 100644 --- a/tpl/daily.html +++ b/tpl/daily.html @@ -13,7 +13,7 @@ rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
-
——————————— {$day} ———————————
+
——————————— {function="strftime('%A %d, %B %Y', $day)"} ———————————
{if="$linksToDisplay"} -- cgit v1.2.3