|
|
@@ -2,12 +2,16 @@
|
|
|
<html>
|
|
|
<head>
|
|
|
<title>GoCQL</title>
|
|
|
- <meta name="go-import" content="tux21b.org/v1/gocql git https://github.com/tux21b/gocql">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
- <meta name="description" content="GoCQL - Modern Cassandra client for the Go.">
|
|
|
+ <meta name="description" content="GoCQL - Modern Cassandra client for the Go">
|
|
|
<meta name="keywords" content="GoCQL, CQL, Cassandra, Go">
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
|
|
<link rel="stylesheet" href="css/bootstrap.min.css">
|
|
|
+ <meta property="og:title" content="GoCQL">
|
|
|
+ <meta property="og:type" content="website">
|
|
|
+ <meta property="og:url" content="http://tux21b.org/gocql/">
|
|
|
+ <meta property="og:image" content="http://tux21b.org/gocql/logo.png">
|
|
|
+ <meta property="og:description" content="GoCQL - Modern Cassandra client for the Go">
|
|
|
<style>
|
|
|
body { border-top: 4px solid #666; }
|
|
|
h1 { font-weight: bold; }
|