~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 6d422b40904e9e0037a38117b45f9323de45ff70 | |
parent 1c586b79e894959621e9c618a18974c2f34fa5d5 | |
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 … |