Redirect from phil-opp.github.io

This commit is contained in:
Philipp Oppermann
2016-05-02 17:19:19 +02:00
parent 2d463d103a
commit e30f50019d

View File

@@ -29,4 +29,11 @@
{{ end }}
{{ partial "analytics.html" . }}
<!-- redirect from phil-opp.github.io/blog_os -->
<script type="text/javascript">
if (window.location.hostname == "phil-opp.github.io") {
window.location.href = "http://os.phil-opp.com/";
}
</script>
</head>