X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=index.php;h=96a128fd69d60575f483837a18b0176cdff1b6b8;hb=38a2d03e34a309abee2b243738fdce1c4cb0be16;hp=4cb25ab7a5800e19fdd3846403f3b82aa7457673;hpb=486f25a5f4ab2a9191618edcb89ebb61350ff600;p=github%2Fshaarli%2FShaarli.git diff --git a/index.php b/index.php index 4cb25ab7..96a128fd 100644 --- a/index.php +++ b/index.php @@ -1151,6 +1151,7 @@ function showDaily() $linksToDisplay[$key]['taglist']=$taglist; $linksToDisplay[$key]['formatedDescription']=nl2br(keepMultipleSpaces(text2clickable(htmlspecialchars($link['description'])))); $linksToDisplay[$key]['thumbnail'] = thumbnail($link['url']); + $linksToDisplay[$key]['localdate'] = linkdate2locale($link['linkdate']); } /* We need to spread the articles on 3 columns.