Skip to content

Commit f34f40e

Browse files
authored
Merge pull request #1656 from bhavberi/patch-1
fix: Remove deprecated JavaScript to avoid load error from 404 page
2 parents a053bd7 + d96db15 commit f34f40e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

_pages/404.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,4 @@ sitemap: false
44
permalink: /404.html
55
---
66

7-
Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
8-
9-
<script type="text/javascript">
10-
var GOOG_FIXURL_LANG = 'en';
11-
var GOOG_FIXURL_SITE = '{{ site.url }}'
12-
</script>
13-
<script type="text/javascript"
14-
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
15-
</script>
7+
Sorry, but the page you were trying to view does not exist.

0 commit comments

Comments
 (0)