Add SEO meta information to default html template
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
bcfe9e049c
commit
b41c58246f
@ -4,8 +4,10 @@
|
||||
<!-- Basic Page Needs -->
|
||||
<meta charset='utf-8'>
|
||||
<title>RekahSoft</title>
|
||||
<meta content='The technical musings of a minimalist' name='description'>
|
||||
<meta content='Collin Doering' name='author'>
|
||||
<meta content="The technical musings of a minimalist" name="description">
|
||||
<meta content="Collin Doering" name="author">
|
||||
<meta content="copyright" content="Copyright 2015 - Collin Doering">
|
||||
<meta content="collin, collin doering, rekahsoft, functional programming, math" content="keywords">
|
||||
|
||||
<!-- Mobile Specific Metas -->
|
||||
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
|
||||
@ -19,11 +21,6 @@
|
||||
|
||||
<!-- Favicons -->
|
||||
<link href='/images/favicon.ico' rel='shortcut icon'>
|
||||
<!-- / %link(rel="icon" type="image/png" href="/images/favicon.ico.png") -->
|
||||
<!-- / %link(rel="icon" type="image/svg+xml" href="/images/favicon.svg") -->
|
||||
<!-- / %link(rel="apple-touch-icon" href="lib/images/apple-touch-icon.png") -->
|
||||
<!-- / %link(rel="apple-touch-icon" sizes="72x72" href="lib/images/apple-touch-icon-72x72.png") -->
|
||||
<!-- / %link(rel="apple-touch-icon" sizes="114x114" href="lib/images/apple-touch-icon-114x114.png") -->
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user