absolute link prevents the preview from loading css/js

This commit is contained in:
Masataro Asai 2019-10-26 13:12:33 -04:00
parent 89db40a552
commit 17e526317c

View file

@ -12,7 +12,7 @@
;; Required information
:author \"~a\" ;; to be placed on post pages and in the copyright/CC-BY-SA notice
:deploy-dir \"deploy/\" ;; for Coleslaw's generated HTML to go in
:domain \"https://~a.github.com\" ;; to generate absolute links to the site content
:domain \"\" ;; to generate absolute links to the site content
:routing ((:post \"posts/~~a\") ;; to determine the URL scheme of content on the site
(:tag-index \"tag/~~a\")
(:month-index \"date/~~a\")
@ -46,7 +46,6 @@
user
user
user
user
user)))
(defun copy-theme (which &optional (target which))