Skip to content

Commit 23a2e69

Browse files
committed
add twitter card
1 parent 4e0cd36 commit 23a2e69

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/images/antidot-big.jpeg

30 KB
Loading

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
77
<meta name="description" content="Description">
88
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
9+
<meta name="twitter:card" content="summary" />
10+
<meta name="twitter:site" content="@antidotframewo1" />
11+
<meta name="twitter:creator" content="@kpickaza" />
12+
<meta property="og:url" content="https://antidotfw.io" />
13+
<meta property="og:title" content="Antidot Framework Docs" />
14+
<meta property="og:description" content="PHP full featured framework designed to allow you creating 100% framework agnostic code." />
15+
<meta property="og:image" content="https://antidotfw.io//images/antidot-big.jpeg" />
916
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
1017
<link rel="icon" href="/favicon.ico" />
18+
1119
<style>
1220
img {
1321
width: 100%;

0 commit comments

Comments
 (0)