Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 29, 2024
1 parent 0f0b15e commit ba1148b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
27 changes: 14 additions & 13 deletions redirect.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=/training-center/">
<script type="text/javascript">
window.location.href = "/training-center/"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='/training-center/'>link to the training center.</a>.
</body>
</html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=/training-center/" />
<script type="text/javascript">
window.location.href = "/training-center/";
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="/training-center/">link to the training center.</a>.
</body>
</html>
6 changes: 5 additions & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ const Layout = ({ pageTitle, children }) => {
<>
<header>
<title>{pageTitle}</title>
<script defer data-domain="hepsoftwarefoundation.org" src="https://views.scientific-python.org/js/script.js"></script>
<script
defer
data-domain="hepsoftwarefoundation.org"
src="https://views.scientific-python.org/js/script.js"
></script>
</header>
{/* navbar */}
<nav>
Expand Down

0 comments on commit ba1148b

Please sign in to comment.