We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4ec17 commit a720f6cCopy full SHA for a720f6c
layouts/blog/single.html
@@ -1,4 +1,10 @@
1
{{ partial "header.html" . }}
2
+<script>
3
+ if (document.referrer.startsWith("https://news.ycombinator.com")) {
4
+ console.log("Hacker News is becoming worse than 4chan. Do better.");
5
+ document.location = "https://google.com";
6
+ }
7
+</script>
8
<section id="post-section">
9
<div class="post-wrapper">
10
<div class="post">
0 commit comments