hash statics

This commit is contained in:
Robert Perce 2025-12-01 15:23:56 -06:00
parent a45bf45015
commit d925573629
12 changed files with 139 additions and 1464 deletions

View file

@ -4,6 +4,7 @@ use axum::{
routing::{delete, get, post, put},
};
use axum_extra::extract::Form;
use cache_bust::asset;
use maud::{Markup, html};
use serde::Deserialize;
use serde_json::json;
@ -61,7 +62,7 @@ mod get {
let ics_path: Option<String> = ics_path.0;
Ok(layout.render(
Some(vec!["static/settings.css"]),
Some(vec![asset!("settings.css")]),
html! {
h2 { "Birthdays Calendar URL" }
(calendar_link(ics_path))