Redirect users to new domain, add canonical tag

pull/453/head
Wes Cossick 8 years ago
parent 81bf671897
commit 97246a13b9

@ -8,6 +8,13 @@
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="canonical" href="http://simplemde.com/" />
<script>
if(window.location.href.indexOf("nextstepwebs.github.io") !== -1) {
window.location.href = "http://simplemde.com/";
}
</script>
<style>
.editor-preview h1,

Loading…
Cancel
Save