Author: rain
Date: Wed May 11 05:29:16 2016
New Revision: 1743301

URL: http://svn.apache.org/viewvc?rev=1743301&view=rev
Log:
og tag added

Modified:
    incubator/s2graph/site/community.html
    incubator/s2graph/site/index.html

Modified: incubator/s2graph/site/community.html
URL: 
http://svn.apache.org/viewvc/incubator/s2graph/site/community.html?rev=1743301&r1=1743300&r2=1743301&view=diff
==============================================================================
--- incubator/s2graph/site/community.html (original)
+++ incubator/s2graph/site/community.html Wed May 11 05:29:16 2016
@@ -3,6 +3,10 @@
 <head>
        <meta charset="UTF-8">
        <title>S2Graph</title>
+       <meta property="og:title" content="S2Graph" />
+       <meta property="og:type" content="website" />
+       <meta property="og:url" content="https://s2graph.incubator.apache.org/"; 
/>
+       <meta property="og:image" content="images/s2graph_logo1.png" />
        <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" 
/>
        <!-- Latest compiled and minified CSS -->
        <link rel="stylesheet" href="css/bootstrap.min.css">

Modified: incubator/s2graph/site/index.html
URL: 
http://svn.apache.org/viewvc/incubator/s2graph/site/index.html?rev=1743301&r1=1743300&r2=1743301&view=diff
==============================================================================
--- incubator/s2graph/site/index.html (original)
+++ incubator/s2graph/site/index.html Wed May 11 05:29:16 2016
@@ -3,6 +3,10 @@
        <head>
                <meta charset="UTF-8">
                <title>S2Graph</title>
+               <meta property="og:title" content="S2Graph" />
+               <meta property="og:type" content="website" />
+               <meta property="og:url" 
content="https://s2graph.incubator.apache.org/"; />
+               <meta property="og:image" content="images/s2graph_logo1.png" />
                <link rel="shortcut icon" type="image/x-icon" 
href="images/favicon.ico" />
                <!-- Latest compiled and minified CSS -->
                <link rel="stylesheet" href="css/bootstrap.min.css">


Reply via email to