diff options
author | Vitaly Takmazov | 2017-08-24 12:13:39 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2017-08-24 12:13:39 +0000 |
commit | d55d40cf085ffc8e08cf5a2fc3495b3837375490 (patch) | |
tree | 3a855682b384b6a3da76cb1f6e64bd7d57236752 /juick-www/src/main | |
parent | ef5d9183c318882ab9209e25568d88f29d7111f4 (diff) |
www: ogp prefix for facebook
Diffstat (limited to 'juick-www/src/main')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 1 insertions, 1 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 c059678e..343fb3be 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html prefix="og: http://ogp.me/ns#"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> |