~data/articles.lisp Remove typo in :title - cl-yag - Common Lisp Yet Another website Generator
 (HTM) 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 7ec0da9492c2971cdeaebdbdc9fad9367e4d1e7f
 (DIR) parent 9f06b3331dbd17c1be1c8cfcb255d62202cf8b2a
 (HTM) 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