Skip to content

Commit

Permalink
Enable redirect back
Browse files Browse the repository at this point in the history
  • Loading branch information
spolischook committed Mar 12, 2024
1 parent 96d9adb commit af632df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/_default/home.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
{{/* <script type="text/javascript">*/}}
{{/* window.location.replace("/art-works/?tag=essential&inStock=true&all=true");*/}}
{{/* </script>*/}}
<script type="text/javascript">
window.location.replace("/art-works/?tag=essential&inStock=true&all=true");
</script>

<p>If you are not redirected in five seconds, <a href="/art-works/?tag=essential&inStock=true&all=true">click here</a>.</p>
{{ end }}

0 comments on commit af632df

Please sign in to comment.