2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00

website: main: Summarize news entries a bit more.

* website/www.scm (news-entry->sxml): Summarize to 170 chars.
This commit is contained in:
Ludovic Courtès 2015-05-14 12:01:47 +02:00
parent 59317009b7
commit e0d8440a06

View file

@ -102,7 +102,7 @@ character."
,(date->string (news-entry-date entry) "~B ~e, ~Y"))
(p (@ (class "news-summary"))
,(summarize-string (sxml->string* (news-entry-content entry))
230)
170)
"…")))
(define (main-page)