You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Wouldn't it be great to have an ability to set the lastmod into some meta-tag, If I don't want just set yesterday date or any specific date, but I want to use dates from my database?
Something like: <meta name="date.created" content="{{ $currentPage->created_at ?? "" }}"> <meta name="date.updated" content="{{ $currentPage->updated_at ?? "" }}">
or <meta name="content_origin" content="{{ $currentPage->created_at ?? "" }}"> <meta name="content_updated" content="{{ $currentPage->updated_at ?? "" }}">
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! Wouldn't it be great to have an ability to set the lastmod into some meta-tag, If I don't want just set yesterday date or any specific date, but I want to use dates from my database?
Something like:
<meta name="date.created" content="{{ $currentPage->created_at ?? "" }}">
<meta name="date.updated" content="{{ $currentPage->updated_at ?? "" }}">
or
<meta name="content_origin" content="{{ $currentPage->created_at ?? "" }}">
<meta name="content_updated" content="{{ $currentPage->updated_at ?? "" }}">
Beta Was this translation helpful? Give feedback.
All reactions