absolute link prevents the preview from loading css/js
This commit is contained in:
parent
89db40a552
commit
17e526317c
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
;; Required information
|
;; Required information
|
||||||
:author \"~a\" ;; to be placed on post pages and in the copyright/CC-BY-SA notice
|
: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
|
: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
|
:routing ((:post \"posts/~~a\") ;; to determine the URL scheme of content on the site
|
||||||
(:tag-index \"tag/~~a\")
|
(:tag-index \"tag/~~a\")
|
||||||
(:month-index \"date/~~a\")
|
(:month-index \"date/~~a\")
|
||||||
|
@ -46,7 +46,6 @@
|
||||||
user
|
user
|
||||||
user
|
user
|
||||||
user
|
user
|
||||||
user
|
|
||||||
user)))
|
user)))
|
||||||
|
|
||||||
(defun copy-theme (which &optional (target which))
|
(defun copy-theme (which &optional (target which))
|
||||||
|
|
Loading…
Add table
Reference in a new issue