From 96c2cbe1850f95806cccb6f47a7739eb9c2ac860 Mon Sep 17 00:00:00 2001 From: "Gabriel A. Giovanini" Date: Sat, 11 Jun 2022 00:18:54 +0200 Subject: fix: Fix blog post timestamps For some the timestamp got messed up. Now they should be restored properly as well the `locustfile.py` pointing to the right endpoints. --- src/router.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/router.rs') diff --git a/src/router.rs b/src/router.rs index c196ab8..3227d66 100644 --- a/src/router.rs +++ b/src/router.rs @@ -1,5 +1,3 @@ -use std::borrow::Borrow; - use crate::assets::PostAsset; use regex::Regex; -- cgit v1.2.3