URI: 
       ~data/articles.lisp Remove typo in :title - 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 6d422b40904e9e0037a38117b45f9323de45ff70
   DIR parent 1c586b79e894959621e9c618a18974c2f34fa5d5
  HTML Author: lambda <lambda@fnord.one>
       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(-)
       ---
   DIR 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 mandatory! RSS links will fail without it. Notice the '~~' to produce a literal '~'
           :rss-item-number 10                               ;; limit total amount of items in RSS feed to 10