From ac3397dc21390c9e3f27edc4a51032fde7c84888 Mon Sep 17 00:00:00 2001 From: ajet Date: Mon, 6 Oct 2025 13:52:38 -0900 Subject: [PATCH] format --- src/ajet/www/core.clj | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index f3c658b..4856fcb 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -22,17 +22,14 @@ [:li [:a {:href "https://status.ajet.fyi/"} "status"]]] [:h2 "Personal Quicklist:"] [:ul - [:li [:a {:href "https://devbox.ajet.fyi"} "devbox"]] - [:li - [:a - {:href "https://git.ajet.fyi/ajet-industries"} - "Ajet Industries"]] - [:li [:a {:href "https://git.ajet.fyi/explore/repos"} "repos"]] - [:li [:a {:href "https://ebooks.ajet.fyi"} "ebooks"]] - [:li [:a {:href "https://uptime.ajet.fyi"} "uptime"]] - [:li [:a {:href "https://service-manager.ajet.fyi"} "ci"]] - [:li [:a {:href "https://mini:8006"} "cluster"]] - [:li [:a {:href "http://192.168.1.124:8081"} "mp4"]]]))) + [:li [:a {:href "https://devbox.ajet.fyi"} "devbox"]] + [:li [:a {:href "https://git.ajet.fyi/ajet-industries"} "Ajet Industries"]] + [:li [:a {:href "https://git.ajet.fyi/explore/repos"} "repos"]] + [:li [:a {:href "https://ebooks.ajet.fyi"} "ebooks"]] + [:li [:a {:href "https://uptime.ajet.fyi"} "uptime"]] + [:li [:a {:href "https://service-manager.ajet.fyi"} "ci"]] + [:li [:a {:href "https://mini:8006"} "cluster"]] + [:li [:a {:href "http://192.168.1.124:8081"} "mp4"]]]))) (defroutes approutes (GET "/" [] index))