Skip to content

Commit

Permalink
Remove JS redirect to broken domain
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed May 12, 2020
1 parent 7944ca9 commit 68342a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>{% if page.title %}{{ page.title }}{% else %}{% if site.data.translations.title[page.language] %}{{ site.data.translations.title[page.language] }}{% else %}{{ site.data.translations.title.en }}{% endif %}{% endif %}</title>
<script>
if (document.location.hostname.indexOf('okfde.github.io') !== -1) {
document.location.replace('http:https://{{ site.domain }}/' + document.location.pathname.split('/').slice(2).join('/'));
}
</script>
<link rel="stylesheet" href="{{ site.baseurl}}/css/bootstrap.min.css">
<link rel="stylesheet" href="{{ site.baseurl}}/css/style.css">
<link rel="shortcut icon" href="{{ site.baseurl}}/img/favicon.png" />
Expand Down

0 comments on commit 68342a7

Please sign in to comment.