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
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
+ 1
2
@@ -37,7 +37,7 @@
(mustache:render template-path (append page-context *GLOBAL-CONTEXT*)
output-stream)))))
(defun process-pages ()
(defun process-pages (pages)
(format t "Processing pages...~%")
;;
@@ -75,7 +75,6 @@
(render-page page template-path))
(format t "Done.~%")))
;; Process news
(defparameter +edit-news-link+ "https://gitlab.common-lisp.net/clo/cl-site/edit/master/content/news.md")
Loading