This is an automated email from the ASF dual-hosted git repository. jnioche pushed a commit to branch 14 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler-site.git
commit 3b8c93270e6d2caedb30b4a769fa0748d3f4e671 Author: Julien Nioche <[email protected]> AuthorDate: Tue Apr 23 09:56:19 2024 +0100 removed unreachable script Signed-off-by: Julien Nioche <[email protected]> --- _includes/head.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index cc438f0..dc4b4bc 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,6 +10,4 @@ <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}"> <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}"> <link rel="icon" type="/image/png" href="{{ site.baseurl }}/img/favicon.png" /> - - <script src="//fast.eager.io/lVxgbfnBHm.js"></script> </head>
