diff options
author | Vitaly Takmazov | 2017-08-24 15:24:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-24 15:24:13 +0300 |
commit | 32181c51f9bb2c6b4a49f08f84c6b43069174ba2 (patch) | |
tree | 4c7d3e3e4b29aeeeb73ccc23df4297bf908425db /juick-www/src/main/webapp/WEB-INF/layouts/content.html | |
parent | d55d40cf085ffc8e08cf5a2fc3495b3837375490 (diff) |
www: og:type
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts/content.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 343fb3be..b0ca553f 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -9,6 +9,7 @@ {{ headers | default('') | raw }} {% endblock %} <title>{{ title | default('Juick') }}</title> + <meta property="og:type" content="{{ ogtype | default('website') }}" /> <meta name="viewport" content="width=device-width,initial-scale=1"/> <meta name="msapplication-config" content="//i.juick.com/browserconfig.xml"/> <meta name="msapplication-TileColor" content="#ffffff"/> |