Add SEO meta information to default-nojs template
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
parent
4eaf774f11
commit
bedfd8d297
@ -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'>
|
||||
@ -20,6 +22,7 @@
|
||||
<!-- Favicons -->
|
||||
<link href='/images/favicon.ico' rel='shortcut icon'>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>
|
||||
<img src="//analytics.rekahsoft.ca/piwik.php?idsite=1" style="border:0;" alt="" />
|
||||
|
Loading…
Reference in New Issue
Block a user