diff options
author | colin <colin@cicadas.surf> | 2023-07-08 11:46:14 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2023-07-08 11:46:14 -0700 |
commit | 6d5c89912aea1a10ec4fab3eda85b41b255a6219 (patch) | |
tree | bcd91888a32f5ff0acfe2fefd1695ccd3db27d80 /fussy.lisp | |
parent | e89cece0b915691b3242e23405c61879b93fb803 (diff) |
Tweak: landing page header
Diffstat (limited to 'fussy.lisp')
-rw-r--r-- | fussy.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) () |