Added meta tags and opengraph tags. Closes #3
This commit is contained in:
parent
94a2144827
commit
76ab3aa44a
13
index.html
13
index.html
@ -4,12 +4,17 @@
|
||||
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<head>
|
||||
|
||||
<!--- Basic Page Needs
|
||||
<!--- Basic Page Needs and meta data
|
||||
================================================== -->
|
||||
<meta charset="utf-8">
|
||||
<title>Dennis Potter</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<title>Dennis Potter - Electrical Engineer & Computer Scientist </title>
|
||||
<meta name="description" content="I get excited by the endless capabilities of modern computers, enjoy solving (everyday) problems by writing programs, and love a good read!">
|
||||
<meta name="author" content="Dennis Potter">
|
||||
|
||||
<meta property="og:title" content="Dennis Potter - Electrical Engineer & Computer Scientist" />
|
||||
<meta property="og:url" content="https://dennispotter.eu" />
|
||||
<meta property="og:image" content="https://dennispotter.eu/images/profilepic.jpg" />
|
||||
<meta property="og:description" content="I get excited by the endless capabilities of modern computers, enjoy solving (everyday) problems by writing programs, and love a good read!" />
|
||||
|
||||
<!-- Mobile Specific Metas
|
||||
================================================== -->
|
||||
|
Loading…
Reference in New Issue
Block a user