1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Keep FB scraper up-to-date with changes.

This commit is contained in:
Cameron
2021-09-24 13:19:06 -07:00
parent c7be6a57e8
commit 3a241727f8
3 changed files with 4 additions and 1 deletions

View File

@@ -703,6 +703,7 @@ class news_front
$url = e107::getUrl()->create('news/view/item', $news,'full=1');
e107::meta('og:url',$url);
e107::meta('og:updated_time', strtotime('10 minutes ago'));
e107::meta('article:section',$news['category_name']);
e107::meta('article:modified_time', date('c', $news['news_datestamp']));