~data/articles.lisp Remove typo in :title - cl-yag - Common Lisp Yet Another we… | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 7ec0da9492c2971cdeaebdbdc9fad9367e4d1e7f | |
parent 9f06b3331dbd17c1be1c8cfcb255d62202cf8b2a | |
Author: lambda <[email protected]> | |
Date: Wed, 22 Nov 2017 17:32:29 +0100 | |
~data/articles.lisp | |
Remove typo in :title | |
Diffstat: | |
M data/articles.lisp | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/data/articles.lisp b/data/articles.lisp | |
@@ -6,7 +6,7 @@ | |
(defvar *config* | |
(list | |
:webmaster "Your autor name here" | |
- :title "Put youre website's title here." | |
+ :title "Your website's title." | |
:description "Yet another website on the net" | |
:url "https://my.website/~~user/" ;; the trailing slash is … | |
:rss-item-number 10 ;; limit total amount of … |