mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
added facebook og meta tags
This commit is contained in:
parent
0a3ce7d6a4
commit
99c5ce7d8c
1 changed files with 8 additions and 3 deletions
|
@ -3,11 +3,16 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="description" content="Resume website for {{name}}">
|
||||
<meta name="author" content="Jesse Hitch">
|
||||
<meta name="theme-color" content="#1f1f1f" />
|
||||
<link rel="icon" type="image/x-icon" href="/images/{{favicon}}">
|
||||
|
||||
<meta property="og:image" content="/images/{{main_pic}}">
|
||||
<meta property="og:title" content="{{browser_tab_title}}">
|
||||
<meta property="og:description" content="Resume website for {{name}}">
|
||||
<meta property="og:type" content="profile">
|
||||
|
||||
<title>{{browser_tab_title}}</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue