From 0066dc820db778ab984aa4c2004eb77cb2456e38 Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Wed, 23 Mar 2022 12:15:41 -0400 Subject: [PATCH] Added random change to trigger Jenkins. --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 81d9857..8ce937a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,8 +19,10 @@ async fn home(_req: Request<()>) -> tide::Result {

Welcome to BaskinPrattle.

+

The code for the site is here.

And the latest x86_64 Linux build is here.

+ "); res.append_header("Content-Type", "text/html; charset=UTF-8");