diff --git a/docs/changelog.lisp b/docs/changelog.lisp index 8b72f5a..02d5f25 100644 --- a/docs/changelog.lisp +++ b/docs/changelog.lisp @@ -10,7 +10,8 @@ "REPL" "HTTP")) (0.3.1 2024-10-29 - "* `stop` function was exported.") + "* `stop` function was exported. + * A typo was fixed in the documentation.") (0.3.0 2024-05-27 "* Field `url` was added to `content` objects of type `post` and `page`. It contains a full URL of the page and can be used as `canonical` URL in templates.") (0.2.0 2024-05-26 diff --git a/docs/index.lisp b/docs/index.lisp index 2cfa745..603fcaf 100644 --- a/docs/index.lisp +++ b/docs/index.lisp @@ -168,7 +168,7 @@ Of course, we could look at static site generators in other programming language * Supports different themes. * Multiple templating engines might be used. * Many content formats are supported. Markdown is used by default, but you can easily use reStructured text, Spinneret or add your own. -* Plugins and themse can be hosted along with the content of your site. +* Plugins and themes can be hosted along with the content of your site. See also the STATICL-DOCS/ROADMAP::@ROADMAP section. ")