mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Redirect from phil-opp.github.io
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user