diff options
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"/> |