Skip to content

Commit

Permalink
Add Twitter/OG meta to the Style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeliaBR committed Oct 20, 2017
1 parent 25b2ade commit ff1ab68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions guide/style.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<meta charset="utf-8" />
<title>SVG Style Properties Reference — Using SVG with CSS3 and HTML5 — Supplementary Material</title>
<link rel="stylesheet" href="../styles/main.css" />

<meta name="twitter:title" property="og:title"
content="SVG Style Properties Reference — Using SVG with CSS3 and HTML5">
<meta name="twitter:card"
content="summary">
<meta name="twitter:description" property="og:description"
content="A guide to CSS properties for styling SVG. Part of the supplementary material for the book Using SVG with CSS3 and HTML5.">
<meta name="twitter:image" property="og:image"
content="https://oreillymedia.github.io/Using_SVG/using_svg_cover-square-small.png?v=1">
<meta name="twitter:image:alt" property="og:image:alt"
content="Using SVG book cover, featuring a blue-fronted lorikeet.">
</head>

<body>
Expand Down

0 comments on commit ff1ab68

Please sign in to comment.