From df3abfa4d0b00d47e975959a983bd88ef3ada75e Mon Sep 17 00:00:00 2001 From: Jeff Baskin Date: Mon, 20 Jun 2022 19:47:38 -0400 Subject: [PATCH] Added role information to the home page. --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 5fc744f..4ea03ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,6 +27,7 @@ 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.

+

There is also an ansible role for installation here.

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