Skip to content

Commit

Permalink
Fixed|Homepage: Marking recent blog entries in sitemap
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
skyjake committed Sep 4, 2017
1 parent 8d8541d commit b99e95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions weblib/sitemap.inc.php
Expand Up @@ -3,6 +3,8 @@
require_once('utils.inc.php');
require_once('class.sitedata.php');

define('RECENT_THRESHOLD', 3600*72);

function generate_sitemap_blog_post($post, $css_class)
{
$nice_date = reformat_date($post->date);
Expand Down

0 comments on commit b99e95d

Please sign in to comment.