Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO and author fixes #1456

Merged
merged 9 commits into from
Jan 9, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Show article:modified_time on article only
mmistakes committed Jan 8, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 85fed8f2811a66e5fdc1aaffaaa2d0e33bf2601e
2 changes: 1 addition & 1 deletion _includes/seo.html
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@
<meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}">
{% endif %}

{% if page.last_modified_at %}
{% if og_type == "article" and page.last_modified_at %}
<meta property="article:modified_time" content="{{ page.last_modified_at | date_to_xmlschema }}">
{% endif %}