Skip to content

Commit

Permalink
Merge pull request #203 from amadeus4dev/fix-searchbar
Browse files Browse the repository at this point in the history
Fix search bar (wip)
  • Loading branch information
tsolakoua authored Dec 13, 2023
2 parents a0e8298 + 38ecbd4 commit 7816549
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
-#}

{% extends "base.html" %}
{% block scripts %}
<html lang="en">
<head>
<meta charset="utf-8">
{% block extrahead %}
<script>
if (window.location.hostname === 'amadeus4dev.github.io') {
console.log(window.location.hostname);
Expand All @@ -17,6 +14,4 @@
<link rel="canonical" href="${redirectUrl}" />`);
}
</script>
</head>
</html>
{% endblock %}

0 comments on commit 7816549

Please sign in to comment.