From 6d5c89912aea1a10ec4fab3eda85b41b255a6219 Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 8 Jul 2023 11:46:14 -0700 Subject: Tweak: landing page header --- fussy.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fussy.lisp b/fussy.lisp index e8db39f..0e91309 100644 --- a/fussy.lisp +++ b/fussy.lisp @@ -654,7 +654,8 @@ h1, h2, h3, h4 { (:div :class "center header" (:p "Emacs Themes Gallery for your Daily Procrastination Needs." (:br) - "Showing " (write-to-string count) " " what "." (:br) + "Showing " (write-to-string count) " " what " from " + (:a :href "https://melpa.org" "MELPA.") (:br) "Newest first.")))) (lzb:defendpoint* :get "/packages" ((page an-integer) (terms a-search-query)) () -- cgit v1.2.3