summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2023-07-08 11:46:14 -0700
committercolin <colin@cicadas.surf>2023-07-08 11:46:14 -0700
commit6d5c89912aea1a10ec4fab3eda85b41b255a6219 (patch)
treebcd91888a32f5ff0acfe2fefd1695ccd3db27d80
parente89cece0b915691b3242e23405c61879b93fb803 (diff)
Tweak: landing page header
-rw-r--r--fussy.lisp3
1 files changed, 2 insertions, 1 deletions
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)) ()