Add website meta description
This commit is contained in:
parent
51b7bc6f4f
commit
f06b41a384
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export default function({ title, header, children, comp }) {
|
|||
<head>
|
||||
<meta charSet="utf-8"/>
|
||||
<title>{ title }</title>
|
||||
<meta name="description" content="Hello, my name is Foster Hangdaan. I am a software developer and open-source enthusiast."/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<link rel="stylesheet" href="/styles/main.css"/>
|
||||
<link rel="icon" type="image/png" href="/icons/tabicon-16.png" sizes="16x16" />
|
||||
|
|
Loading…
Reference in a new issue