Add last/next crawl times to feeds, improve local time rendering

This commit is contained in:
2024-02-01 00:13:09 -05:00
parent 457aafbfe3
commit 2fab68241e
9 changed files with 174 additions and 19 deletions

View File

@@ -3,7 +3,6 @@ use std::{collections::HashMap, net::SocketAddr, path::Path, sync::Arc};
use anyhow::Result;
use axum::{
error_handling::HandleErrorLayer,
response::Response,
routing::{get, post},
BoxError, Router,
};