X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5f4ae358140bbfce2c5648a556aeb7a55f89536e..257ecde90d81a23b9cfcd2376ee39374b8fa2e7b:/app/controllers/diary_entries_controller.rb diff --git a/app/controllers/diary_entries_controller.rb b/app/controllers/diary_entries_controller.rb index a8fc41808..dd7efc7ca 100644 --- a/app/controllers/diary_entries_controller.rb +++ b/app/controllers/diary_entries_controller.rb @@ -71,7 +71,8 @@ class DiaryEntriesController < ApplicationController @opengraph_properties = { "og:image" => @entry.body.image, "og:image:alt" => @entry.body.image_alt, - "og:description" => @entry.body.description + "og:description" => @entry.body.description, + "article:published_time" => @entry.created_at.xmlschema } @comments = can?(:unhide, DiaryComment) ? @entry.comments : @entry.visible_comments else