versha890 opened a new pull request, #1329:
URL: https://github.com/apache/airflow-site/pull/1329
This PR fixes the issue with the OpenGraph `article:modified_time` meta tag.
Previously, regenerating the site updated the modification time incorrectly
for all posts.
Now, it uses `.Params.lastmod` to reflect the actual last modified date set
in the post front matter.
##Changes
- Updated `_partials/opengraph.html`:
```go
{{ with .Params.lastmod }}
<meta property="article:modified_time" content="{{ . | time.Format
"2006-01-02T15:04:05Z07:00" }}" />
{{ end }}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]