Make article:author OpenGraph compatible

OpenGraph actually needs a profile URL as value to article:author.
We point it to the author's page and adjust the OG meta tags on
author.html to include the relevant profile information.
This commit is contained in:
Mr. Senko
2016-03-31 23:55:19 +03:00
parent 911b8ec25c
commit 5a83a4575d
3 changed files with 10 additions and 3 deletions

View File

@ -6,8 +6,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="{{ AUTHOR }}">
{% if GOOGLE_SITE_VERIFICATION %}
<meta name="google-site-verification" content="{{ GOOGLE_SITE_VERIFICATION }}">