Removed jenkins trigger change.
This commit is contained in:
		@@ -19,10 +19,8 @@ async fn home(_req: Request<()>) -> tide::Result {
 | 
				
			|||||||
<html>
 | 
					<html>
 | 
				
			||||||
    <body>
 | 
					    <body>
 | 
				
			||||||
        <h1>Welcome to BaskinPrattle.</h1>
 | 
					        <h1>Welcome to BaskinPrattle.</h1>
 | 
				
			||||||
 | 
					 | 
				
			||||||
        <p>The code for the site is <a href=\"https://gitea.baskinprattle.com/jbaskin/morethantext-web\">here</a>.</p>
 | 
					        <p>The code for the site is <a href=\"https://gitea.baskinprattle.com/jbaskin/morethantext-web\">here</a>.</p>
 | 
				
			||||||
        <p>And the latest x86_64 Linux build is <a href=\"https://jenkins.baskinprattle.com/job/morethantext-web/\">here</a>.</p>
 | 
					        <p>And the latest x86_64 Linux build is <a href=\"https://jenkins.baskinprattle.com/job/morethantext-web/\">here</a>.</p>
 | 
				
			||||||
        
 | 
					 | 
				
			||||||
    </body>
 | 
					    </body>
 | 
				
			||||||
</html>");
 | 
					</html>");
 | 
				
			||||||
    res.append_header("Content-Type", "text/html; charset=UTF-8");
 | 
					    res.append_header("Content-Type", "text/html; charset=UTF-8");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user