diff options
-rw-r--r-- | website/www.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/www.scm b/website/www.scm index fb1fbc6..e271a90 100644 --- a/website/www.scm +++ b/website/www.scm @@ -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) |