Skip to content

Commit

Permalink
Merge pull request #1656 from bhavberi/patch-1
Browse files Browse the repository at this point in the history
fix: Remove deprecated JavaScript to avoid load error from 404 page
  • Loading branch information
rjzupkoii authored Feb 14, 2024
2 parents a053bd7 + d96db15 commit f34f40e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions _pages/404.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,4 @@ sitemap: false
permalink: /404.html
---

Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.

<script type="text/javascript">
var GOOG_FIXURL_LANG = 'en';
var GOOG_FIXURL_SITE = '{{ site.url }}'
</script>
<script type="text/javascript"
src="//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
</script>
Sorry, but the page you were trying to view does not exist.

0 comments on commit f34f40e

Please sign in to comment.