Skip to content

Commit

Permalink
add valid block name
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Dec 13, 2023
1 parent c8cb61b commit 38ecbd4
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 redirection %}
<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 38ecbd4

Please sign in to comment.