Fix date in example - cl-yag - Common Lisp Yet Another website Generator | |
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit a6018524bb0bf1cb850a252249a52e86efa421bb | |
parent 25c83f1ce1ad0e39f746364c88ce45fda78e4630 | |
Author: Solene Rapenne <[email protected]> | |
Date: Tue, 28 Nov 2017 08:16:04 +0100 | |
Fix date in example | |
Diffstat: | |
M data/articles.lisp | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/data/articles.lisp b/data/articles.lisp | |
@@ -34,7 +34,7 @@ | |
(defvar *articles* | |
(list | |
;; README | |
- (list :id "README" :date "23 November 2016" :tag "cl-yag README" | |
+ (list :id "README" :date "23 November 2017" :tag "cl-yag README" | |
:title "README" :author "lambda" :short "cl-yag's README got rewo… | |
;; 1 | |
(list :id "1" :date "29 April 2016":tag "pony code" |