Skip to content

Commit

Permalink
feat: add open graph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Jul 25, 2017
1 parent afa97d6 commit 0840cef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>AngularNgrxMaterialStarter</title>
<base href="/">
<title>AngularNgrxMaterialStarter</title>

<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="Angular NgRx Material Starter Project by @tomastrajan">
<meta property="og:description" content="Angular NgRx Material Starter project with all the best practices, features and usage examples">
<meta property="og:image" content="/angular-ngrx-material-starter/intro.3e2d7713f2cb475efa85.jpg">
<meta property="og:url" content="https://tomastrajan.github.io/angular-ngrx-material-starter">

<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://use.fontawesome.com/2fcf1416f4.js"></script>
Expand Down

0 comments on commit 0840cef

Please sign in to comment.