From 122390491f7e0be5b0ecbe1e82548cec696c45c2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 19 Jun 2025 06:38:01 -0500 Subject: [PATCH] moving logs --- content/_index.md | 2 +- content/camp-form.md | 2 +- layouts/shortcodes/camp-form.html | 12 ++++++------ src/main.rs | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/_index.md b/content/_index.md index 9a23ad2..d71b0d1 100644 --- a/content/_index.md +++ b/content/_index.md @@ -29,7 +29,7 @@ Fill out now! > If you need to fill out a camp health form, please do so [here](/camp-health-form). -> If you need to pay for your camp form, pay for registration ($85) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($185) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE). +> If you need to pay for your camp form, pay for registration ($100) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($200) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE). {{< pt src="https://videos.tfcconnection.org/videos/embed/0e6378c4-bb58-4fb1-8edf-72b73efc5ad2" >}} diff --git a/content/camp-form.md b/content/camp-form.md index 499e2b2..c069bad 100644 --- a/content/camp-form.md +++ b/content/camp-form.md @@ -15,7 +15,7 @@ We hope you are as excited about camp as we are! If there is anything we can do ## Dates - Week 1 - July 21 - July 25 -- Week 2 - July 28 - Aug 1 +- ~~Week 2 - July 28 - Aug 1~~ Week 2 is filled, if you can't go week 1 we may put you on a waiting list, but there is not guarantee you'll get in. ## Cost We have an early bird registration, so if you register by certain dates, you'll save some money! diff --git a/layouts/shortcodes/camp-form.html b/layouts/shortcodes/camp-form.html index f5bfc81..30768e8 100644 --- a/layouts/shortcodes/camp-form.html +++ b/layouts/shortcodes/camp-form.html @@ -146,11 +146,11 @@ - + @@ -200,21 +200,21 @@
diff --git a/src/main.rs b/src/main.rs index 534c887..80433f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> { .rotation(Rotation::DAILY) .filename_prefix("api") .filename_suffix("log") - .build("/tmp/tfcsite") + .build("/storage/logs/tfcsite") .expect("Shouldn't"); let filter = EnvFilter::builder()