Skip to content
Snippets Groups Projects

Add support for content/*.lisp files as well as content/*.html

Closed Dave Cooper requested to merge dcooper/cl-site:master into master
7 files
+ 95
52
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 3
2
(in-package :cl-site)
(in-package :cl-site-content)
(add-content
"about.html"
:title "Common-Lisp.net | About"
:html-string
(with-cl-who-string (:indent t)
(:h1 ((:i :class "far fa-question-circle")) " About Common-Lisp.net")
Loading