URI: 
       Fix date in example - cl-yag - Common Lisp Yet Another website Generator
  HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit a6018524bb0bf1cb850a252249a52e86efa421bb
   DIR parent 25c83f1ce1ad0e39f746364c88ce45fda78e4630
  HTML Author: Solene Rapenne <solene@perso.pw>
       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(-)
       ---
   DIR 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 reworked." :tiny "Read cl-yag's README")
           ;; 1
           (list :id "1"         :date "29 April 2016":tag "pony code"